Feat:多品送礼,建立送礼清单(盲盒)/ 盲盒订单商品信息隐藏
This commit is contained in:
@@ -42,9 +42,16 @@
|
||||
<view class="font-color-white statusTag v12-primary" v-if="order.isTickets===1 && order._status._type === 1">
|
||||
待核销
|
||||
</view>
|
||||
<view class="font-color-white statusTag v12-primary" v-else>{{ order.isGiftCardSend ? '礼包' :getStatus(order) }}</view>
|
||||
<view class="font-color-white statusTag v12-primary" v-else>{{ order.isGiftCardSend || order.isGiftCardReceive ? '礼包' :getStatus(order) }}</view>
|
||||
</view>
|
||||
<view @click="goOrderDetails(order)">
|
||||
<view class="item-info acea-row row-between row-top" v-if="order.isGiftCardReceiveBlind === 1">
|
||||
<view class="pictrue">
|
||||
<image
|
||||
:src="webUrl+'/orderIcon/盲盒礼包.png'"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="item-info acea-row row-between row-top" v-for="(cart,cartInfoIndex) in order.cartInfo"
|
||||
:key="cartInfoIndex">
|
||||
<view class="pictrue">
|
||||
|
||||
Reference in New Issue
Block a user