支付拉起调整

This commit is contained in:
GaoHao
2024-12-13 14:06:56 +08:00
parent 3d7d5178e6
commit 9083c9a454
3 changed files with 17 additions and 4 deletions

View File

@@ -1203,7 +1203,10 @@
this.showMoney = false //显示充值弹窗
// this.payOrder(this.ordersId, this.payMoney)
// #ifdef H5
window.open(data.h5Url)
// window.location.href = data.h5Url
uni.navigateTo({
url: '/pages/pays/pays?ordersId=' + data.ordersId + '&url=' + data.h5Url
});
// #endif
},
//自组件关闭的回调