diff --git a/subPackages/techan/detail.vue b/subPackages/techan/detail.vue index 74c97ed..4de665e 100644 --- a/subPackages/techan/detail.vue +++ b/subPackages/techan/detail.vue @@ -258,6 +258,7 @@ uni.showToast({title: res.msg,icon: 'none'}); // uni.$emit("updateDataByConnect", {msgType:'updateCartDataInfo',data:null}) this.closePopup() + this.getCartList() // this.$refs.cartDataVueRef.openPop() } }); diff --git a/subPackages/techan/order.vue b/subPackages/techan/order.vue index 6284a10..e7887d6 100644 --- a/subPackages/techan/order.vue +++ b/subPackages/techan/order.vue @@ -429,6 +429,7 @@ export default { } }) } + console.log(postPrice) this.allprice = allPrice + postPrice if (this.coupon) { if (this.coupon.activity.fold == 0) { @@ -444,6 +445,7 @@ export default { } else { price = allPrice } + price=price+postPrice return price < 0 ? 0 : (price/100).toFixed(2) }, // 预定