新增引导图调整购买转跳

This commit is contained in:
唐明明
2021-11-01 18:48:47 +08:00
parent ff8870b9bb
commit 4acbd258b2
13 changed files with 3373 additions and 3082 deletions

View File

@@ -202,8 +202,6 @@
}
}
apiUrl(data).then(res => {
console.log(res)
debugger;
// 微信支付
if (this.selectTypeId === '2') {
if (typeof res === 'string') {
@@ -249,7 +247,7 @@
})
setTimeout(() => {
this.canPay = true
uni.reLaunch({
uni.navigateTo({
url: '/pages/goods/payStatus?success=true'
})
}, 3000);
@@ -299,7 +297,7 @@
})
setTimeout(() => {
this.canPay = true
uni.reLaunch({
uni.navigateTo({
url: '/pages/goods/payStatus?success=true'
})
}, 3000);