我的订单+我的+vip+商品详情(基础)

This commit is contained in:
2024-06-20 14:16:36 +08:00
parent 0e20704b92
commit 1e766f08d6
26 changed files with 5168 additions and 87 deletions

View File

@@ -661,9 +661,9 @@
title: "支付成功"
});
setTimeout(() => {
uni.navigateTo({
url: '/pages/bookShop/orderList'
});
uni.switchTab({
url: './orderList'
});
// uni.navigateTo({
// url: './orderList'
// });
@@ -695,9 +695,9 @@
title: "支付成功"
});
setTimeout(() => {
uni.navigateTo({
url: '/pages/bookShop/orderList'
});
uni.switchTab({
url: './orderList'
});
}, 1000)
} else {
console.log(res)
@@ -718,15 +718,14 @@
})
}else if(this.payType == 4){
// 天医币支付
// console.log('到这里--------',res)
uni.showToast({
title: "购买成功",
icon: "success"
});
setTimeout(() => {
uni.navigateTo({
url: '/pages/bookShop/orderList'
});
uni.switchTab({
url: './orderList'
});
}, 1000)
}
}