|
@@ -225,6 +225,8 @@ func NewUserInfo(temp map[string]interface{}, tp int) *UserInfo {
|
|
} else if tp == 1 {
|
|
} else if tp == 1 {
|
|
obj, _ := temp["o_jy"].(map[string]interface{})
|
|
obj, _ := temp["o_jy"].(map[string]interface{})
|
|
ui.GetSubSet(true, ui.Id, obj)
|
|
ui.GetSubSet(true, ui.Id, obj)
|
|
|
|
+ } else {
|
|
|
|
+ ui.SubSet = &SubSet{}
|
|
}
|
|
}
|
|
o_pushset, _ := temp["o_pushset"].(map[string]interface{})
|
|
o_pushset, _ := temp["o_pushset"].(map[string]interface{})
|
|
ui.GetPushSet(o_pushset)
|
|
ui.GetPushSet(o_pushset)
|