wangkaiyue 4 жил өмнө
parent
commit
6b0df83196

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