会员购买调整,代客下单调整

This commit is contained in:
2025-09-26 19:54:58 +08:00
parent 79921a703d
commit 154834c216
4 changed files with 398 additions and 3 deletions

View File

@@ -118,7 +118,7 @@
v-if="item.type == 'sku' || (item.type == 'package' && item.groupType == '1')"
@click.stop="clickspecifications(item, index, index1)"
>
<text class="t" v-if="item.groupType == '1'">选择套餐</text>
<text class="t no-wrap" v-if="item.groupType == '1'">选择套餐</text>
<text class="t" v-else>选规格</text>
<text class="dot num" v-if="item.cartNumber > 0">{{ ifcartNumber(item) < 99 ? ifcartNumber(item) : '99+' }}</text>
</view>