修改购买剧时h5跳转支付方式
增加ios 自带浏览器快捷方式图标
This commit is contained in:
@@ -1202,12 +1202,15 @@
|
||||
// data.h5Url 跳转地址
|
||||
this.showMoney = false //显示充值弹窗
|
||||
// this.payOrder(this.ordersId, this.payMoney)
|
||||
// #ifdef H5
|
||||
// window.location.href = data.h5Url
|
||||
// #ifdef APP
|
||||
uni.navigateTo({
|
||||
url: '/pages/pays/pays?ordersId=' + data.ordersId + '&url=' + data.h5Url
|
||||
});
|
||||
// #endif
|
||||
// #ifdef H5
|
||||
window.location.href = data.h5Url
|
||||
// #endif
|
||||
|
||||
},
|
||||
//自组件关闭的回调
|
||||
closeMoney(data) {
|
||||
|
||||
Reference in New Issue
Block a user