|
@@ -179,7 +179,7 @@ func (s *Short) Article(stype, id string) error {
|
|
|
//判断用户是否是vip
|
|
|
res, _ = public.MQFW.FindById("user", userId, `{"i_vip_status":1,"i_member_status":1,"s_m_phone":1,"s_phone":1}`)
|
|
|
}
|
|
|
- isVip, isMember, isEntniche, := false, false, false
|
|
|
+ isVip, isMember, isEntniche := false, false, false
|
|
|
isEntnicheNew := false
|
|
|
|
|
|
isVip = util.IntAll((*res)["i_vip_status"]) == 1 || util.IntAll((*res)["i_vip_status"]) == 2
|