慧治理
This commit is contained in:
@@ -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