From 13af3e6312b8f99d0d2b4386ad2e44c553f0e7ee Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 13 Sep 2022 16:33:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=85=A7=E6=B2=BB=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppSpecialPeople/AppSpecialPeople.vue | 2 +- src/project/huizhili/AppHome/components/App.vue | 2 +- .../huizhili/AppHome/components/AppMyGrid.vue | 15 +++++++++------ src/project/huizhili/AppHome/components/Home.vue | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/apps/AppSpecialPeople/AppSpecialPeople.vue b/src/apps/AppSpecialPeople/AppSpecialPeople.vue index 6d2e2df6..a8472051 100644 --- a/src/apps/AppSpecialPeople/AppSpecialPeople.vue +++ b/src/apps/AppSpecialPeople/AppSpecialPeople.vue @@ -73,7 +73,7 @@ - + diff --git a/src/project/huizhili/AppHome/components/App.vue b/src/project/huizhili/AppHome/components/App.vue index d090765f..05c12077 100644 --- a/src/project/huizhili/AppHome/components/App.vue +++ b/src/project/huizhili/AppHome/components/App.vue @@ -28,7 +28,7 @@ export default { { img: require('../img/app/app-jmda-icon.png'), title: '居民档案', - linkUrl: '/apps/AppPeopleList/AppPeopleList' + linkUrl: '/apps/AppPeopleList/PeopleList' }, { img: require('../img/app/app-rfdt-icon.png'), diff --git a/src/project/huizhili/AppHome/components/AppMyGrid.vue b/src/project/huizhili/AppHome/components/AppMyGrid.vue index b76c6156..94b56b1e 100644 --- a/src/project/huizhili/AppHome/components/AppMyGrid.vue +++ b/src/project/huizhili/AppHome/components/AppMyGrid.vue @@ -43,8 +43,8 @@ export default { return { linkList: [ {title: '我的积分', img: require('./assets/wdjf.png'), linkUrl: '/apps/AppCreditPoints/AppGridIntegral'}, - {title: '积分兑换', img: require('./assets/jfdh.png'), linkUrl: '/apps/AppCreditPoints/AppGridIntegral'}, - {title: '我收到的评价', img: require('./assets/wsddpj.png'), linkUrl: '/apps/AppCreditPoints/AppGridIntegral'}, + {title: '积分兑换', img: require('./assets/jfdh.png'), linkUrl: ''}, + {title: '我收到的评价', img: require('./assets/wsddpj.png'), linkUrl: ''}, ], } }, @@ -54,9 +54,12 @@ export default { if(!this.isGridMember) { this.$u.toast('您不是网格员,无法使用网格员相关功能哦~') }else { - uni.navigateTo({url}) - } - + if(!url) { + this.$u.toast('功能开发中...') + }else { + uni.navigateTo({url}) + } + } }, handleSignClick() { if(!this.isGridMember) { @@ -85,7 +88,7 @@ export default { .then(({data: {result: {address}}}) => this.$http.post("/app/appwxsigninfo/sign", {lat, lng, address})) .then(res => { if (res?.code == 0) { - this.linkTo("./signResult?id=" + res?.data.id) + this.linkTo("/apps/AppMyGrid/signResult?id=" + res?.data.id) } }).catch(err => this.$u.toast(err)) } else this.$u.toast("无法获取到定位!") diff --git a/src/project/huizhili/AppHome/components/Home.vue b/src/project/huizhili/AppHome/components/Home.vue index f4dad8d7..38451f77 100644 --- a/src/project/huizhili/AppHome/components/Home.vue +++ b/src/project/huizhili/AppHome/components/Home.vue @@ -47,7 +47,7 @@ export default { { img: require('../img/home/home-jmgl-icon.png'), title: '居民档案', - linkUrl: '/apps/AppResidentDocument/AppResidentDocument' + linkUrl: '/apps/AppPeopleList/PeopleList' }, { img: require('../img/home/home-zfww-icon.png'),