currentVideo

This commit is contained in:
2024-06-25 17:07:59 +08:00
parent f8081fbec2
commit 6d0addb743
72 changed files with 11772 additions and 7898 deletions

View File

@@ -618,9 +618,12 @@ export default {
uni.showToast({
title: "支付成功",
});
setTimeout(() => {
setTimeout(() => {uni.setStorageSync("orderStatus", 0);
uni.switchTab({
url: "/pages/bookShop/orderList?type=order",
success: function (res) {
},
});
}, 1000);
} else {
@@ -657,9 +660,12 @@ export default {
uni.showToast({
title: "支付成功",
});
setTimeout(() => {
setTimeout(() => { uni.setStorageSync("orderStatus", 0);
uni.switchTab({
url: "/pages/bookShop/orderList?type=order",
success: function (res) {
},
});
}, 1000);
} else {
@@ -685,9 +691,12 @@ export default {
title: "购买成功",
icon: "success",
});
setTimeout(() => {
setTimeout(() => { uni.setStorageSync("orderStatus", 0);
uni.switchTab({
url: "/pages/bookShop/orderList?type=order",
success: function (res) {
},
});
}, 1000);
}