From b0afaeef0f8f0b5aa116c6c6d772f211e6908368 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 13 八月 2024 15:28:36 +0800 Subject: [PATCH] update 用户协议 --- pages/order/order-detail.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/order/order-detail.vue b/pages/order/order-detail.vue index 5ced962..cec0d14 100644 --- a/pages/order/order-detail.vue +++ b/pages/order/order-detail.vue @@ -27,7 +27,7 @@ orderId: this.id, imageList: [], videoList: [], - reason: [], + reason: '', orderItems: [] } this.showSales = options.showsales && true || false @@ -180,7 +180,7 @@ orderId: this.id, imageList: [], videoList: [], - reason: [], + reason: '', orderItems: [], } this.showSales = true @@ -285,6 +285,8 @@ if (code == 0) { this.$message.showToast('提交成功') this.showSales = false + this.$forceUpdate() + uni.navigateBack() } }, }, @@ -529,8 +531,9 @@ </view> <view class="button button-1" @click="buttonClick('evaluate')" v-if=" dto.status === 'EVALUATE'"> 评价 </view> - <view class="button button-1" @click="buttonClick('sales')" - v-if=" dto.status === 'EVALUATE'||dto.status=='COMPLETED'"> 申请售后 + <!-- ||dto.status=='COMPLETED' --> + <view class="button button-1" @click="buttonClick('sales')" + v-if=" dto.status === 'RECEIVE'"> 申请售后 </view> </view> <view v-if="showSales"> -- Gitblit v1.9.3