feat:0820需求

This commit is contained in:
2026-08-21 14:10:43 +08:00
parent 619c0cacc5
commit e8d4fd6cd4
31 changed files with 9112 additions and 3658 deletions
@@ -33,7 +33,7 @@
</view>
</view>
<view class="card_list" v-if="product.status == 8">
<view class="card_list" v-if="product.status == 8 || product.status == 4">
<view class="list_left">未通过原因</view>
<view>
{{ product.auditRemark || "--" }}
@@ -59,6 +59,11 @@
<input class="input-express" type="text" :disabled="status != 2" placeholder="请填写快递单号"
v-model="product.expressNo" />
</view>
<view class="card_list">
<view class="list_left">物流说明</view>
<view>{{ product.expressRemark || "--" }}</view>
</view>
</view>
</scroll-view>
@@ -301,7 +306,7 @@ export default {
} else if (this.status == 3) {
return "您已成功发起退货/退款申请,请耐心等待处理";
} else if (this.status == 4) {
return "退款申请失败";
return "退货申请失败";
} else if (this.status == 5) {
return "退款成功";
} else if (this.status == 6) {