From aa5be160e54d1519ad87b1d189c480f7baee498e Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 22 十一月 2023 14:36:00 +0800 Subject: [PATCH] aa --- pages/business/plan/planDetails.vue | 1 - pages/business/plan/plan.vue | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/business/plan/plan.vue b/pages/business/plan/plan.vue index 223096c..573653a 100644 --- a/pages/business/plan/plan.vue +++ b/pages/business/plan/plan.vue @@ -196,13 +196,18 @@ this.toggle('right') }, add(val) { - let addPlan = 'addPlan' + let addPlan = 'addPlan',_this = this if (val > 1) { addPlan = 'addPlan' + val } uni.navigateTo({ url:'/pages/business/plan/' + addPlan, + success() { + _this.$refs.popup.close() + } }) + + }, toggle(type) { this.type = type diff --git a/pages/business/plan/planDetails.vue b/pages/business/plan/planDetails.vue index 9029525..4a4f5b4 100644 --- a/pages/business/plan/planDetails.vue +++ b/pages/business/plan/planDetails.vue @@ -142,7 +142,6 @@ method: 'GET', success(res) { res = res.data - console.log(res); if (res.code === 200) { that.detl = res.data that.active = res.data.settle -- Gitblit v1.9.1