更新优化

This commit is contained in:
GaoHao
2025-03-26 09:33:45 +08:00
parent 7fe5d028e4
commit e928fdfa2a
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@
<view class="line-th color-666 ">{{returnTotalMoney(item)}}</view>
</template>
<template v-else-if="isVip == 1">
<view>{{mathFloorPrice(item.num*item.memberPrice,item)}}</view>
<view>{{mathFloorPrice((item.memberPrice?item.num*item.memberPrice:item.num*item.price),item)}}</view>
<view class="line-th color-666 ">{{returnTotalMoney(item)}}</view>
</template>
<template v-else>