wangkaiyue 4 years ago
parent
commit
6b0df83196
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/app/src/app/front/bigMember.go

+ 1 - 1
src/jfw/modules/app/src/app/front/bigMember.go

@@ -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") //跳转至首次初始化页面
 		}
 	}