From 1f242413f209a05985f7a8dfe80271f5a825929c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 18 Mar 2022 14:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=89=8B=E6=8B=8D=20=E9=80=9A?= =?UTF-8?q?=E8=AE=AF=E5=BD=95=20=E8=BF=94=E6=A0=A1=E7=99=BB=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/AppAddressBook/AppAddressBook.vue | 17 ++++++++++------- src/mods/service/AppHealthReport/AddReport.vue | 6 +++--- src/mods/service/AppPhotoReport/PhotoForm.vue | 5 +---- src/mods/service/AppReturnHomeRegister/Add.vue | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/mods/AppAddressBook/AppAddressBook.vue b/src/mods/AppAddressBook/AppAddressBook.vue index 56f6c1a..3be2895 100644 --- a/src/mods/AppAddressBook/AppAddressBook.vue +++ b/src/mods/AppAddressBook/AppAddressBook.vue @@ -56,8 +56,8 @@ export default { }, onLoad() { this.userInfo = uni.getStorageSync('userInfo') - this.areaId = this.$areaId - this.areaName = this.$areaName + this.areaId = this.$areaId + this.areaName = this.$areaName this.getList() }, @@ -88,11 +88,14 @@ export default { }) }, areaSelect(v) { - this.areaId = v - this.isMore = false - this.current = 0 - this.list = [] - + if(this.user.token) { + this.areaId = v + this.isMore = false + this.current = 0 + this.list = [] + } else { + this.areaId = this.$areaId + } this.$nextTick(() => { this.getList() }) diff --git a/src/mods/service/AppHealthReport/AddReport.vue b/src/mods/service/AppHealthReport/AddReport.vue index 8a7508a..a4eb4bb 100644 --- a/src/mods/service/AppHealthReport/AddReport.vue +++ b/src/mods/service/AppHealthReport/AddReport.vue @@ -116,10 +116,10 @@
* -

本人健康码截图

+

本人健康码截图(最多9张)

-
- +
+
diff --git a/src/mods/service/AppPhotoReport/PhotoForm.vue b/src/mods/service/AppPhotoReport/PhotoForm.vue index 63155ea..6b108c2 100644 --- a/src/mods/service/AppPhotoReport/PhotoForm.vue +++ b/src/mods/service/AppPhotoReport/PhotoForm.vue @@ -42,7 +42,7 @@
- * +

所属网格

* -

本人健康码截图或核酸检测报告

+

本人健康码截图或核酸检测报告(最多9张)

-
- +
+