diff --git a/components/b-rx-commodity-item/b-rx-commodity-item.vue b/components/b-rx-commodity-item/b-rx-commodity-item.vue index 5766ea1..d9c24c4 100644 --- a/components/b-rx-commodity-item/b-rx-commodity-item.vue +++ b/components/b-rx-commodity-item/b-rx-commodity-item.vue @@ -154,8 +154,6 @@ } .quantity { - flex: 1; - display: flex; justify-content: end; font-size: 30rpx; color: #3A6FE7; diff --git a/static/js/mixin/restaurantmixins.js b/static/js/mixin/restaurantmixins.js index 5e80122..bb62aee 100644 --- a/static/js/mixin/restaurantmixins.js +++ b/static/js/mixin/restaurantmixins.js @@ -315,12 +315,12 @@ const restaurantmixins = { // 0元购弹窗数据 this.realPayment = res.data.real_pay_price; this.ZeroData = res.data; + this.computedTotal = res.data; /* * 仅赋值一次 */ if (this.hasAssigned) return; - this.computedTotal = res.data; this.YingPrice = res.data.real_pay_price; this.hasAssigned = true; diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index 8c13120..c68e6f2 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@