|
@@ -66,7 +66,7 @@ func (this *active_zb) LivePage() error {
|
|
|
isVip := false
|
|
|
r, _ := public.MQFW.FindById("user", userid, `{"i_vip_status":1}`)
|
|
|
if r != nil && len(*r) != 0 {
|
|
|
- if util.IntAll((*r)["i_vip_status"]) > 0 {
|
|
|
+ if util.IntAll((*r)["i_vip_status"]) == 2 {
|
|
|
isVip = true
|
|
|
}
|
|
|
}
|