Authored by 郭成尧

'图片不显示'

... ... @@ -123,7 +123,15 @@
yoho.goShare({
title: title,
des: des,
img: img,
img: img.replace(/(\{width}|\{height}|\{mode})/g, ($0) => {
let dict = {
'{width}': 300,
'{height}': 300,
'{mode}': 2
};
return dict[$0];
}),
url: `//m.yohoblk.com/editorial/${id}.html`
});
}
... ...