소스 검색

Merge branch 'cygx_12.0.1' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 년 전
부모
커밋
c581ed1649
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -604,7 +604,7 @@ func (this *YanxuanSpecialController) Center() {
 		if err != nil {
 			return
 		}
-		if hasStyle || len(v.Docs) > 0 || hasImg {
+		if hasStyle || strings.Contains(v.DocUrl, "http") || hasImg {
 			v.ContentHasStyle = true
 		}
 	}