From 7bea38ba793077bddbdd4ce4c78891909f18d369 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 12 May 2023 14:56:42 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E8=AF=84=E4=BB=B7=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiEvaluation/AiEvaluation.vue | 2 +- src/components/AiImage/AiImage.vue | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/AiEvaluation/AiEvaluation.vue b/src/components/AiEvaluation/AiEvaluation.vue index b1571c2..01371fe 100644 --- a/src/components/AiEvaluation/AiEvaluation.vue +++ b/src/components/AiEvaluation/AiEvaluation.vue @@ -18,7 +18,7 @@
- +
diff --git a/src/components/AiImage/AiImage.vue b/src/components/AiImage/AiImage.vue index 86ac9d4..07ad52b 100644 --- a/src/components/AiImage/AiImage.vue +++ b/src/components/AiImage/AiImage.vue @@ -42,9 +42,6 @@ export default { uni.previewImage({ current: this.image, urls: [this.image], - success() { - sessionStorage.setItem("previewImage", " 1") - } }) } else { this.previewFile({size: 1, ...this.file}) From 9a18db7f993dc2d5eb5ece3dfd5c06f0dc031343 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 12 May 2023 16:02:04 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppPhotoReport/PhotoDetail.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue index 8264135..484bec6 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue @@ -103,6 +103,9 @@ export default { methods: { tabClick(index) { this.currentTab = index + if(!this.currentTab) { + this.getInfo() + } }, getInfo() { this.$loading() From 6402952351a28275e8a6f294669620488dabffb3 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 15 May 2023 09:38:41 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=95=B0=E5=AD=97=E5=B7=AB=E6=BA=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppHome/AppHome.vue | 4 ++-- src/project/wuxi/AppMine/AppMine.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/project/wuxi/AppHome/AppHome.vue b/src/project/wuxi/AppHome/AppHome.vue index 158344d..37b2a7f 100644 --- a/src/project/wuxi/AppHome/AppHome.vue +++ b/src/project/wuxi/AppHome/AppHome.vue @@ -102,7 +102,7 @@ export default { } }, onReady() { - uni.setNavigationBarTitle({title: "东盛e家"}) + uni.setNavigationBarTitle({title: "数字巫溪"}) }, onLoad() { this.autoLogin().then(() => { @@ -239,7 +239,7 @@ export default { onShareAppMessage() { return { - title: '欢迎使用东盛e家~', + title: '欢迎使用数字巫溪~', path: `/pages/AppHome/AppHome` } }, diff --git a/src/project/wuxi/AppMine/AppMine.vue b/src/project/wuxi/AppMine/AppMine.vue index 89a3ac6..a577e62 100644 --- a/src/project/wuxi/AppMine/AppMine.vue +++ b/src/project/wuxi/AppMine/AppMine.vue @@ -175,7 +175,7 @@ export default { }, onShareAppMessage() { return { - title: '欢迎使用数字乡村治理服务一体化平台~', + title: '欢迎使用数字巫溪治理服务一体化平台~', path: `/pages/AppModules/AppModules` } }, From e46e2f38dbf4f844d09edd31a3398d9512917bd5 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 15 May 2023 10:17:42 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E5=B7=AB=E6=BA=AA=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=BD=91=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/selectGird.vue | 2 +- src/project/wuxi/AppPhotoReport/PhotoForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/selectGird.vue b/src/components/pages/selectGird.vue index 630337b..5a714e0 100644 --- a/src/components/pages/selectGird.vue +++ b/src/components/pages/selectGird.vue @@ -61,7 +61,7 @@ export default { methods: { getAllGrids() { this.selectList = [] - let url = `/app/appgirdinfo/listByInfo` + let url = this.query.axiosUrl ? this.query.axiosUrl : `/app/appgirdinfo/listByInfo` this.$instance.post(url).then(res => { if (res?.data) { let parents = res.data?.map(e => e.parentGirdId) diff --git a/src/project/wuxi/AppPhotoReport/PhotoForm.vue b/src/project/wuxi/AppPhotoReport/PhotoForm.vue index cc7e3e1..535d65a 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoForm.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoForm.vue @@ -46,7 +46,7 @@

所属网格

- +