优化下单折扣

This commit is contained in:
gyq
2025-03-20 18:30:32 +08:00
parent 87e8976353
commit a914adc9f8
5 changed files with 50 additions and 12 deletions

View File

@@ -90,7 +90,7 @@
</div>
<CartItem
:item="{ product_name: '客座费', number: goodsStore.tableInfo.num, lowPrice: store.shopInfo.tableFee, memberPrice: store.shopInfo.tableFee }"
v-if="!store.shopInfo.isTableFee && goodsStore.tableInfo.name && (goodsStore.cartList.length || goodsStore.orderList.length)" />
v-if="!store.shopInfo.isTableFee && goodsStore.tableInfo.id" />
<div class="order_list_item" v-for="(arr, index) in goodsStore.orderList" :key="index">
<div class="order_num">{{ `${arr.orderNum}次下单` }}</div>
<CartItem type="order" :border="false" :item="item" :index="index" :i="i" :key="item.id"