|
@@ -107,6 +107,9 @@ func (m *WorkDesktopMenu) AutoUserPowerInfo() map[string]int {
|
|
}
|
|
}
|
|
UserPowerMap["200"] = int(vip.Status)
|
|
UserPowerMap["200"] = int(vip.Status)
|
|
UserPowerMap["201"] = int(vip.Upgrade)
|
|
UserPowerMap["201"] = int(vip.Upgrade)
|
|
|
|
+ if vip.Upgrade > 0 && member.Status < 1 {
|
|
|
|
+ UserPowerMap["202"] = int(vip.Status)
|
|
|
|
+ }
|
|
}
|
|
}
|
|
//企业信息
|
|
//企业信息
|
|
if m.EntId > 0 {
|
|
if m.EntId > 0 {
|