Authored by ccbikai(👎🏻🍜)

Merge branch 'hotfix/guang' into gray

@@ -84,6 +84,8 @@ const _genIntro = (id) => { @@ -84,6 +84,8 @@ const _genIntro = (id) => {
84 result += '<br/>'; 84 result += '<br/>';
85 } 85 }
86 }); 86 });
  87 +
  88 + result += `<a href="http://guang.m.yohobuy.com/info/index?id=${id}">查看原文</a>`;
87 return result; 89 return result;
88 } 90 }
89 }); 91 });
@@ -91,4 +93,4 @@ const _genIntro = (id) => { @@ -91,4 +93,4 @@ const _genIntro = (id) => {
91 }; 93 };
92 module.exports = { 94 module.exports = {
93 getRssArticle 95 getRssArticle
94 -};  
  96 +};