Browse Source

feat:PC端订阅列表

wangshan 3 years ago
parent
commit
b92e46cd52
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/jfw/front/frontRouter.go

+ 2 - 2
src/jfw/front/frontRouter.go

@@ -208,8 +208,8 @@ func (this *CommonRouter) doPcBigPage(pageSign, types string) error {
 	if userid == "" {
 		return this.Redirect("/notin/page")
 	}
-	//没有购买大会员跳转大会员介绍页
-	if !strings.HasPrefix(pageSign, "svip/ent_ser_portrait") {
+	//没有购买大会员跳转大会员介绍页(PC端订阅列表 所有用户都能进去)
+	if !strings.HasPrefix(pageSign, "svip/ent_ser_portrait") && pageSign != "big_subscribe" {
 		for _, v := range strings.Split(pageSign, "/") {
 			if v == "" || v == "desktop" {
 				continue