我的订单+我的+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

@@ -635,8 +635,7 @@
orderStatus: 0, //订单状态
productList: xiaBiao, //订单列表商品
orderType: "order", //订单类型
addressId: this.adressMoRen.id, // 地址ID
jfDeduction:0,//积分抵扣
addressId: this.adressMoRen.id // 地址ID
}
$http.request({
// url: "book/buyOrder/buySave",
@@ -674,9 +673,9 @@
title: "支付成功"
});
setTimeout(() => {
uni.navigateTo({
url: '/pages/bookShop/orderList'
});
uni.switchTab({
url: './orderList'
});
// uni.navigateTo({
// url: './orderList'
// });
@@ -708,9 +707,9 @@
title: "支付成功"
});
setTimeout(() => {
uni.navigateTo({
url: '/pages/bookShop/orderList'
});
uni.switchTab({
url: './orderList'
});
}, 1000)
} else {
console.log(res)
@@ -733,12 +732,12 @@
// 天医币支付
uni.showToast({
title: "购买成功",
icon: "success"
icon: "success"
});
setTimeout(() => {
uni.navigateTo({
url: '/pages/bookShop/orderList'
});
uni.switchTab({
url: './orderList'
});
}, 1000)
}
}