- 具体配置如下
window.location.href = 'alipays://platformapi/startapp?appId=123456&page=pages/index/index'
-
说明
前缀不变-alipays://platformapi/startapp
appId - 是你要跳转到的小程序的appId
page - 是你要跳转到的页面
query - 假如需要代参数的话,需要用query带过去
window.location.href = 'alipays://platformapi/startapp?appId=123456&page=pages/index/index'
说明
前缀不变-alipays://platformapi/startapp
appId - 是你要跳转到的小程序的appId
page - 是你要跳转到的页面
query - 假如需要代参数的话,需要用query带过去
本文标题:手机浏览器打开支付宝,并进入指定小程序界面
本文链接:https://www.haomeiwen.com/subject/qvnvsltx.html
网友评论