Fix(云灵AI):[#5186]订单查询,盲盒订单显示商品区域,隐藏金额信息-2
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
{{ item.merName }}
|
||||
</view>
|
||||
<view class="order-id">
|
||||
{{ item.orderId }}
|
||||
订单号:{{ item.orderId }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="status">
|
||||
{{ item.statusName }}
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="item.isCustomizedGift === 0" class="product-info-wrap">
|
||||
<view v-if="item.isGiftCardReceiveBlind === 0" class="product-info-wrap">
|
||||
<view
|
||||
v-for="cartItem in item.cartInfo"
|
||||
:key="cartItem.productId"
|
||||
@@ -90,8 +90,8 @@
|
||||
</view>
|
||||
<view class="total">
|
||||
共{{ item.totalNum }}件商品
|
||||
<text v-if="item.isCustomizedGift === 0" class="total-txt">
|
||||
,总金额<text class="color-red">¥{{ item.totalPrice }}</text>
|
||||
<text v-if="item.isGiftCardReceiveBlind === 0" class="total-txt">
|
||||
总金额<text class="color-red">¥{{ item.totalPrice }}</text>
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user