From c478bc1b36e38774cf01c02fd5e23858bd70a4a3 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 29 十一月 2023 13:42:46 +0800 Subject: [PATCH] # --- pages/business/plan/plan.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/pages/business/plan/plan.vue b/pages/business/plan/plan.vue index 191f96b..573653a 100644 --- a/pages/business/plan/plan.vue +++ b/pages/business/plan/plan.vue @@ -153,6 +153,10 @@ name:'骞冲簱', value: 6 }, + { + name:'鍏朵粬', + value: 7 + }, ] } }, @@ -192,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 @@ -366,6 +375,7 @@ margin-top: 20px; } .popup-content { + width: 60vw; margin-top: 260rpx; display: flex; align-items: center; -- Gitblit v1.9.1