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