狸车宝

This commit is contained in:
老叶
2021-09-16 18:11:32 +08:00
parent c90837fede
commit d552ecea8e
30 changed files with 533 additions and 308 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Component({
lifetimes: {
//在组件实例进入页面节点树时执行
attached: function () {
if(app.getStorageByKey("userInfo").group_id==2){
if(app.getStorageByKey("userInfo").group_id==4){
this.setData({
isAdmin:true,
})