修改购买剧时h5跳转支付方式

增加ios 自带浏览器快捷方式图标
This commit is contained in:
2024-12-13 15:26:17 +08:00
parent 5ad0d54662
commit f0edf9f419
5 changed files with 44 additions and 10 deletions

View File

@@ -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) {