From 81ab58e009a2c8f24d2c3f991b6e67ce30eff471 Mon Sep 17 00:00:00 2001 From: mabo Date: Wed, 11 Aug 2021 22:13:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=85=A5=E9=A9=BBbug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/shopEntry/FirstApply.vue | 2 +- buyer/src/pages/shopEntry/ShopEntry.vue | 15 +++++++++------ buyer/src/pages/shopEntry/ThirdApply.vue | 2 +- .../setting-manage/setting/ORDER_SETTING.vue | 11 ++++++----- .../setting-manage/setting/POINT_SETTING.vue | 17 +++++++++-------- 5 files changed, 26 insertions(+), 21 deletions(-) diff --git a/buyer/src/pages/shopEntry/FirstApply.vue b/buyer/src/pages/shopEntry/FirstApply.vue index a2d0aed8..a83ccb65 100644 --- a/buyer/src/pages/shopEntry/FirstApply.vue +++ b/buyer/src/pages/shopEntry/FirstApply.vue @@ -79,7 +79,7 @@ { if (res.success) { if (!res.result) { @@ -122,9 +122,12 @@ export default { third.forEach((e) => { this.thirdData[e] = data[e]; }); - - if (this.storeDisable !== 'APPLY') { - this.currentIndex = 3; + if (status === 'init') { + if (this.storeDisable === 'APPLY') { + this.currentIndex = 0; + } else { + this.currentIndex = 3; + } } this.$nextTick(() => { this.dataReview = true; @@ -137,11 +140,11 @@ export default { // 下一步 nextPage (step) { this.currentIndex = step; - this.getData() + this.getData('next') } }, mounted () { - this.getData(); + this.getData('init'); this.getArticle(); } }; diff --git a/buyer/src/pages/shopEntry/ThirdApply.vue b/buyer/src/pages/shopEntry/ThirdApply.vue index 15167274..42928161 100644 --- a/buyer/src/pages/shopEntry/ThirdApply.vue +++ b/buyer/src/pages/shopEntry/ThirdApply.vue @@ -90,7 +90,7 @@ + 发起订单后,多少分钟未操作取消订单 - 收货后,订单完成 + 发货后多少天自动完成收货 - + - + 订单发货后,多少天后自动好评 - 如果天数为0,则不允许退单 + 订单完成后,多少天内允许退单,如果天数为0,则不允许退单 - 如果天数为0,则不允许投诉 + 订单完成后,多少天内允许投诉,如果天数为0,则不允许投诉
diff --git a/manager/src/views/sys/setting-manage/setting/POINT_SETTING.vue b/manager/src/views/sys/setting-manage/setting/POINT_SETTING.vue index f14dd876..11e6e63e 100644 --- a/manager/src/views/sys/setting-manage/setting/POINT_SETTING.vue +++ b/manager/src/views/sys/setting-manage/setting/POINT_SETTING.vue @@ -1,12 +1,12 @@