Browse Source

wip:详情页

wangshan 9 months ago
parent
commit
0689b3a876
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/publicapply/src/detail/dao/baseInfo.go

+ 1 - 1
src/jfw/modules/publicapply/src/detail/dao/baseInfo.go

@@ -194,7 +194,7 @@ func (b *BaseInfo) BidBaseInfo() (bi *entity.BidInfo, err error) {
 			bidInfo()
 		}
 	}
-	if bi.CanRead {
+	if bi.CanRead && bi.BaseInfo.InfoAttribute == "" {
 		//token
 		token := fmt.Sprintf("%s#%s#%s#%s#%s", b.Id, b.PageType, fmt.Sprintf("%d", time.Now().Unix()), b.UserInfo.UserId, common.If(bi.CanRead, detailKey, "").(string))
 		bi.Token = encrypt.SE.EncodeString(token)