fix: 优化提交订单页面js警告,充值订单跳转bug以及其他bug。refactor: 重构地址选择
This commit is contained in:
@ -117,12 +117,12 @@ async function confirm() {
|
||||
payInfo: {orderId}
|
||||
})
|
||||
// #ifndef H5
|
||||
push({url: '/views/account/balance/index'})
|
||||
push?.({url: '/pages/payStatus/index?type=2'})
|
||||
// #endif
|
||||
// 处理微信内h5
|
||||
// #ifdef H5
|
||||
if (h5InWeChat()) {
|
||||
push({url: '/views/account/balance/index'})
|
||||
push?.({url: '/pages/payStatus/index?type=2'})
|
||||
}
|
||||
// #endif
|
||||
} catch (e) {
|
||||
|
Reference in New Issue
Block a user