|
@@ -614,7 +614,7 @@ func (a *AfterPay) SetUserInfo() error {
|
|
|
other, _ := a.GetInteger("other")
|
|
|
saveData["o_vipjy.i_matchbuyerclass_other"] = other
|
|
|
} else if a.GetString("pageType") == "keytip" {
|
|
|
- saveData["b_keytip"] = true //fasle:需要弹窗 true:不需要弹窗
|
|
|
+ saveData["o_vipjy.b_keytip"] = true //fasle:需要弹窗 true:不需要弹窗
|
|
|
}
|
|
|
if len(saveData) > 0 {
|
|
|
flag = util.MQFW.UpdateById("user", userId, map[string]interface{}{
|