慧治理

This commit is contained in:
liuye
2022-09-13 15:59:02 +08:00
parent b7bf4a9291
commit 76ee56d82d
2 changed files with 3 additions and 3 deletions

View File

@@ -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)
}