Authored by 沈志敏

fix bug

... ... @@ -290,7 +290,6 @@ const getTagEditor = (param) => {
let infoList = result[0].data.list.artList;
infoList.forEach(val => {
val.url = helpers.https(`${val.url}&openby:yohobuy={"action":"go.h5","params":{"param":{},"share":"","id":"","type":0,"islogin":"N","url":"${val.url}"}}`);
inf.push(guangProcess.formatArticle(val, true, param.isApp, true));
});
... ...