Showing
1 changed file
with
1 additions
and
1 deletions
@@ -102,7 +102,7 @@ class Star { | @@ -102,7 +102,7 @@ class Star { | ||
102 | // 首页明星头像数据处理 | 102 | // 首页明星头像数据处理 |
103 | if (list.tags) { | 103 | if (list.tags) { |
104 | _.forEach(list.tags, (data) => { | 104 | _.forEach(list.tags, (data) => { |
105 | - let url = `/guang/star/detail?tag=${data.tagName}&openby:yohobuy={"action":"go.h5","params":{"id":"","share":"","shareparam":{},"islogin":"N","type":0,"updateflag":"N","url":"http:\/\/m.yohobuy.com\/guang\/star\/detail?tag=${data.tagName}","param":{}}}`; // eslint-disable-line | 105 | + let url = `/guang/star/detail?tag=${data.tagName}&openby:yohobuy={"action":"go.h5","params":{"id":"","share":"","shareparam":{},"islogin":"N","type":0,"updateflag":"N","url":"http:\/\/m.yohobuy.com\/guang\/star\/detail","param":{"tag":"${data.tagName}"}}}`; // eslint-disable-line |
106 | 106 | ||
107 | formatData.starAvatar.push({ | 107 | formatData.starAvatar.push({ |
108 | url: url, | 108 | url: url, |
-
Please register or login to post a comment