소스 검색

Merge branch 'hotfix/v4.8.45.2_ws' of qmx/jy into hotfix/v4.8.45.2

wangshan 2 년 전
부모
커밋
1ebb0f954c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/front/shorturl.go

+ 1 - 1
src/jfw/front/shorturl.go

@@ -490,7 +490,7 @@ func (s *Short) LoginCommon(userId, stype, id string) error {
 		}
 		var detailKey = util.If((isVip && isOldVip) || isMember || isEntniche || newCanRead, "pay", "free").(string)
 		detailKey = func() string {
-			if (isVip && isOldVip) || isMember || isEntniche || newCanRead {
+			if (isVip && isOldVip) || isMember || isEntniche || newCanRead || stype == "mailprivate" || stype == "indexcontent" || stype == "bdprivate" {
 				return "pay" //可以看全部
 			} else if isVip && !isOldVip {
 				return "new_vip_pay" //新版超级订阅不能看 采购意向