Fix(云灵AI):订单价格显示调整
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="price-num">
|
<view class="price-num">
|
||||||
<view>
|
<view>
|
||||||
¥{{ cartItem.payPrice }}
|
¥{{ cartItem.truePrice }}
|
||||||
</view>
|
</view>
|
||||||
<view class="num">
|
<view class="num">
|
||||||
x{{ cartItem.cartNum }}
|
x{{ cartItem.cartNum }}
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
<view class="total">
|
<view class="total">
|
||||||
共{{ item.totalNum }}件商品
|
共{{ item.totalNum }}件商品
|
||||||
<text v-if="item.isGiftCardReceiveBlind === 0" class="total-txt">
|
<text v-if="item.isGiftCardReceiveBlind === 0" class="total-txt">
|
||||||
总金额<text class="color-red">¥{{ item.totalPrice }}</text>
|
总金额<text class="color-red">¥{{ item.payPrice }}</text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user