慧治理
This commit is contained in:
@@ -38,7 +38,7 @@ export default {
|
|||||||
{
|
{
|
||||||
img: require('../img/app/app-tsrq-icon.png'),
|
img: require('../img/app/app-tsrq-icon.png'),
|
||||||
title: '特殊人群',
|
title: '特殊人群',
|
||||||
linkUrl: '/apps/AppSpecialGroups/AppSpecialGroups'
|
linkUrl: '/apps/AppSpecialPeople/AppSpecialPeople'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
img: require('../img/app/app-wggl-icon.png'),
|
img: require('../img/app/app-wggl-icon.png'),
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default {
|
|||||||
...mapActions(['getGridInfo']),
|
...mapActions(['getGridInfo']),
|
||||||
linkTo(url) {
|
linkTo(url) {
|
||||||
if(!this.isGridMember) {
|
if(!this.isGridMember) {
|
||||||
this.$u.toast('您不是网格员无法使用网格员相关功能哦~')
|
this.$u.toast('您不是网格员,无法使用网格员相关功能哦~')
|
||||||
}else {
|
}else {
|
||||||
uni.navigateTo({url})
|
uni.navigateTo({url})
|
||||||
}
|
}
|
||||||
@@ -60,7 +60,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleSignClick() {
|
handleSignClick() {
|
||||||
if(!this.isGridMember) {
|
if(!this.isGridMember) {
|
||||||
this.$u.toast('您不是网格员无法使用网格员相关功能哦~')
|
this.$u.toast('您不是网格员,无法使用网格员相关功能哦~')
|
||||||
}else {
|
}else {
|
||||||
this.$u.debounce(this.handleSignIn, 500)
|
this.$u.debounce(this.handleSignIn, 500)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user