首页样式修改

This commit is contained in:
@fawn-nine
2024-05-23 15:31:35 +08:00
parent edf80bea28
commit dbc2f863c3
5 changed files with 348 additions and 318 deletions

View File

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