赞
踩
if(this.pepoplres.platform == 'ios') {
const query = encodeURIComponent('要带的参数')
例如:'?order_id=' + this.typeId + '&user_id=' + this.userId + '&api_type=getUserId'
plus.runtime.openURL("alipay://platformapi/startapp?appId=要跳转的支付宝小程序appid&要跳转的页面" + 要带的参数);
} else {
//这里是安卓
const query = encodeURIComponent('要带的参数')
plus.runtime.openURL("alipays://platformapi/startapp?appId=要跳转的支付宝小程序appid&要跳转的页面" + 要带的参数);
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。