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}) 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/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` } }, 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() 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 @@

所属网格

- +