浏览代码

Merge branch 'cygx_12.0' into debug

ziwen 1 年之前
父节点
当前提交
80edf4c670
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      controllers/yanxuan_special.go

+ 7 - 0
controllers/yanxuan_special.go

@@ -563,6 +563,13 @@ func (this *YanxuanSpecialController) Center() {
 			return
 		}
 		v.ContentHasStyle = hasStyle
+		hasImg, err := utils.ArticleHasImgUrl(v.Content)
+		if err != nil {
+			return
+		}
+		if hasImg {
+			v.ContentHasStyle = hasImg
+		}
 	}