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