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