编辑监测点

This commit is contained in:
仲么了
2023-08-29 20:31:34 +08:00
parent 38b827af46
commit d0168235d4
6 changed files with 68 additions and 75 deletions

View File

@@ -176,10 +176,10 @@ export default {
this.userInfo.authorities == 5 ||
this.userInfo.authorities === 'tourist'
) {
uni.setTabBarBadge({
index: 1,
text: '6',
})
// uni.setTabBarBadge({
// index: 1,
// text: '6',
// })
}
this.init()
},