|
@@ -181,7 +181,7 @@ func (this *CommonRouter) doPcBigPage(pageSign, types string) error {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
bigBaseMsg := jy.GetBigVipUserBaseMsg(userid, public.Mysql, public.MQFW)
|
|
bigBaseMsg := jy.GetBigVipUserBaseMsg(userid, public.Mysql, public.MQFW)
|
|
- if !bigVipFreePageReg.MatchString(pageSign) {
|
|
|
|
|
|
+ if !bigVipFreePageReg.MatchString(pageSign) && pageSign != "index" {
|
|
if bigBaseMsg.Status <= 0 && bigBaseMsg.Vip_BuySet.Upgrade != 1 {
|
|
if bigBaseMsg.Status <= 0 && bigBaseMsg.Vip_BuySet.Upgrade != 1 {
|
|
return this.Redirect("/big/page/index")
|
|
return this.Redirect("/big/page/index")
|
|
}
|
|
}
|