Authored by 李靖

helpers.httpContent

... ... @@ -250,6 +250,10 @@ module.exports = {
return opt.inverse(this);
}
},
/**
* 字段图片包含http
*/
httpContent: function(contentData) {
if (contentData) {
const imgReg = /<img [^>]*src=['"]([^'"]+)[^>]*>/gi;
... ...