修改我的页面管理员没权限查看的问题

This commit is contained in:
qiaomu 2024-03-29 10:25:10 +08:00
parent 567133455c
commit 2b45de5a7f

View File

@ -62,6 +62,7 @@ Page({
alertInfo(result.message)
return;
}
this.setData({ user: result.data })
wx.setStorageSync('user', result.data)
},
connect() {