From 8667835d2bc558dee457e848961e186eb238cf13 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 25 Aug 2022 17:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/shandong10086/AppVillager/add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/shandong10086/AppVillager/add.vue b/src/project/shandong10086/AppVillager/add.vue index 808f953..c291510 100644 --- a/src/project/shandong10086/AppVillager/add.vue +++ b/src/project/shandong10086/AppVillager/add.vue @@ -111,9 +111,9 @@ export default { lng: this.forms.lng, id: this.id, }).then((res) => { - uni.navigateBack() - this.flag = false if (res?.code == 0) { + uni.navigateBack() + this.flag = false this.$u.toast('提亀成功') uni.$emit('updateList') }