mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
update pages/order/afterSales/afterSales.vue.
修复售后申请中一个商品订单下的多个商品展示时,当一个在申请售后中另外几个都显示在申请售后的状态 Signed-off-by: 岁岁平安 <2170454588@qq.com>
This commit is contained in:
@@ -63,18 +63,18 @@
|
||||
</view>
|
||||
<view class="description">
|
||||
<!-- 售后申请 -->
|
||||
<view v-if="current === 0 && order.groupAfterSaleStatus">
|
||||
<view v-if="current === 0 && sku.afterSaleStatus">
|
||||
<view
|
||||
v-if="order.groupAfterSaleStatus.includes('ALREADY_APPLIED')"
|
||||
v-if="sku.afterSaleStatus.includes('ALREADY_APPLIED')"
|
||||
class="cannot_apply not_center"
|
||||
>
|
||||
<u-icon class="icon" name="info-circle-fill"></u-icon>
|
||||
该商品已申请售后服务
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="current === 0 && order.groupAfterSaleStatus">
|
||||
<view v-if="current === 0 && sku.afterSaleStatus">
|
||||
<view
|
||||
v-if="order.groupAfterSaleStatus.includes('EXPIRED')"
|
||||
v-if="sku.afterSaleStatus.includes('EXPIRED')"
|
||||
class="cannot_apply not_center"
|
||||
@click="tipsShow = true"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user