Fix:4082 【商城小程序】盲盒礼包订单-隐藏盲盒礼物下方商品总价
This commit is contained in:
@@ -100,14 +100,14 @@
|
||||
</view>
|
||||
<view class="totalPrice acea-row row-between row-middle">
|
||||
<view class="" v-if="order.createTime"><span class="orderTime v12-font-24 v12-dark1-text">{{ order.createTime }}</span></view>
|
||||
<view class="v12-font-24 v12-dark1-text">共{{ order.totalNum || 0 }}件商品,
|
||||
<text class="v12-dark-text v12-font-28 v12-font-bold">
|
||||
总金额
|
||||
<view class="v12-font-24 v12-dark1-text">共{{ order.totalNum || 0 }}件商品
|
||||
<text class="v12-dark-text v12-font-28 v12-font-bold" v-if="order.isGiftCardReceiveBlind === 0">
|
||||
,总金额
|
||||
</text>
|
||||
<text class="v12-font-22 v12-primary-text v12-font-bold">
|
||||
<text class="v12-font-22 v12-primary-text v12-font-bold" v-if="order.isGiftCardReceiveBlind === 0">
|
||||
¥
|
||||
</text>
|
||||
<text class="money font-color-lightred v12-font-28 v12-primary-text v12-font-bold">{{ force2Decimal(order.payPrice) }}</text>
|
||||
<text v-if="order.isGiftCardReceiveBlind === 0" class="money font-color-lightred v12-font-28 v12-primary-text v12-font-bold">{{ force2Decimal(order.payPrice) }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bottom flex jc-between ai-center" v-if="!order.isGiftCardSend">
|
||||
|
||||
Reference in New Issue
Block a user