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);
}
zyp0821
- 发布:2024-04-25 16:13
- 更新:2024-04-25 16:13
- 阅读:129