|
@@ -114,7 +114,7 @@ func (s *Subscribepay) ToSetPage() {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
//仅免费用户跳转向导页面
|
|
//仅免费用户跳转向导页面
|
|
- if bigBaseMsg.Status < 0 && bigBaseMsg.VipStatus < 0 && isInTSguide(userid) {
|
|
|
|
|
|
+ if bigBaseMsg.Status <= 0 && bigBaseMsg.VipStatus <= 0 && isInTSguide(userid) {
|
|
s.Redirect("/jyapp/tenderSubscribe/guide")
|
|
s.Redirect("/jyapp/tenderSubscribe/guide")
|
|
}
|
|
}
|
|
s.Render("/vipsubscribe/vip_index_new.html")
|
|
s.Render("/vipsubscribe/vip_index_new.html")
|