直接上代码
window.location.href = 'alipays://platformapi/startapp?appId=2021001181651837&page=pages/index/index'
代码讲解
- 前缀不变-"alipays://platformapi/startapp?"
- appId - 是你要跳转到的小程序的appId
- page= - 是你要跳转到的页面
- query - 假如需要代参数的话,需要用query带过去
直接上代码
window.location.href = 'alipays://platformapi/startapp?appId=2021001181651837&page=pages/index/index'
代码讲解
本文标题:在h5页面中调起支付宝小程序中的某一个页面
本文链接:https://www.haomeiwen.com/subject/nljfyktx.html
网友评论