user表role改为role_id;后台管理用户增删改查封装成component
This commit is contained in:
@@ -32,7 +32,7 @@ Page({
|
||||
return
|
||||
} else {
|
||||
// 用户已登录
|
||||
let userGroup = getUserGroupByRole(userInfo.role)
|
||||
let userGroup = getUserGroupByRole(userInfo.roleId)
|
||||
this.setData({
|
||||
debugText: JSON.stringify(options, null, 4),
|
||||
userInfo: userInfo,
|
||||
|
Reference in New Issue
Block a user