计算购物车钱之前

This commit is contained in:
wwz
2025-02-26 17:39:46 +08:00
parent f2513ef13a
commit 0ab9235f6c
33 changed files with 4225 additions and 903 deletions

View File

@@ -166,7 +166,7 @@
params.shopId = this.shopId;
}
let res = await this.api.conponList(params)
if (res.code == 0) {
if (res) {
console.log(res)
let list = [];
if (this.type == 'confirm_order_coupon' || this.type == 'orderInfo_coupon') {
@@ -331,7 +331,7 @@
} else {
uni.pro.navigateTo('/pages/order_food/order_food', {
uni.pro.navigateTo('/pages/product/index', {
shopId: item.shopId
})
}