zyp0821
zyp0821
  • 发布:2024-04-25 16:13
  • 更新:2024-04-25 16:13
  • 阅读:129

plus.runtime.openURL iOS app无法打开支付宝小程序

分类:uni-app

if (uni.getSystemInfoSync().platform == 'ios') {
authUrl = alipay://platformapi/startapp?appId=2021004100669981;
let params = encodeURIComponent(
'?id=' + that.opt.id + '&tourl=' + that.tourl + '&apppay=1' + '&orderid=' +
that.opt.orderid + '&apptoken=' + app.globalData.cashierToken
);
authUrl = ${authUrl}&page=pages/pay/pay${params};
plus.runtime.openURL(authUrl);
}

2024-04-25 16:13 负责人:无 分享
已邀请:

要回复问题请先登录注册