@@ -48,7 +48,7 @@ func (s *NewBigMemberAction) VipPageManager(htmlName string) error {
}
//如果没有首次使用
- if !bigBaseMsg.Used {
+ if bigBaseMsg.Status > 0 && !bigBaseMsg.Used {
return s.Redirect("/jyapp/big/page/init") //跳转至首次初始化页面