Authored by zhangxiaoru

微信公众号图片处理bug

... ... @@ -225,7 +225,7 @@ const packageData = (id, isApp, isWeixin, channel, isShare) => {
_.forEach(datas[4].data, item => {
item.src = helpers.image(item.src, 280, 210, 1);
})
});
getArticleContent.splice(preCount, 0, {
weixinPublic: datas[4].data
... ...