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') }