Merge branch 'release/5.1' of git.yoho.cn:fe/yohobuywap-node
into release/5.1
Showing
2 changed files
with
3 additions
and
3 deletions
@@ -334,8 +334,8 @@ const getDetailData = (id, uid, udid, gender, isApp, clientType) => { | @@ -334,8 +334,8 @@ const getDetailData = (id, uid, udid, gender, isApp, clientType) => { | ||
334 | shareLink: '//guang.m.yohobuy.com/plustar/brandinfo?id=' + id, | 334 | shareLink: '//guang.m.yohobuy.com/plustar/brandinfo?id=' + id, |
335 | shareTitle: list.brandName, | 335 | shareTitle: list.brandName, |
336 | shareImg: list.brandIco, | 336 | shareImg: list.brandIco, |
337 | - shareDesc: htmlProcess.removeHtml(list.brandIntro) | ||
338 | - | 337 | + shareDesc: htmlProcess.removeHtml(list.brandIntro), |
338 | + clientType: clientType | ||
339 | }); | 339 | }); |
340 | 340 | ||
341 | return list; | 341 | return list; |
@@ -98,7 +98,7 @@ | @@ -98,7 +98,7 @@ | ||
98 | </div> | 98 | </div> |
99 | 99 | ||
100 | <input id="jump-to-app" type="hidden" value="{{jumpToApp}}"> | 100 | <input id="jump-to-app" type="hidden" value="{{jumpToApp}}"> |
101 | - <input id="brandId" type="hidden" value="{{brandId}}"> | 101 | + <input id="brandId" type="hidden" value="{{brand_id}}"> |
102 | <input id="clientType" type="hidden" value="{{clientType}}"> | 102 | <input id="clientType" type="hidden" value="{{clientType}}"> |
103 | 103 | ||
104 | {{!-- wx-share --}} | 104 | {{!-- wx-share --}} |
-
Please register or login to post a comment