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 @@