Authored by zzzzzzz

Merge branch 'release/5.1' of git.yoho.cn:fe/yohobuywap-node

into release/5.1
... ... @@ -334,8 +334,8 @@ const getDetailData = (id, uid, udid, gender, isApp, clientType) => {
shareLink: '//guang.m.yohobuy.com/plustar/brandinfo?id=' + id,
shareTitle: list.brandName,
shareImg: list.brandIco,
shareDesc: htmlProcess.removeHtml(list.brandIntro)
shareDesc: htmlProcess.removeHtml(list.brandIntro),
clientType: clientType
});
return list;
... ...
... ... @@ -98,7 +98,7 @@
</div>
<input id="jump-to-app" type="hidden" value="{{jumpToApp}}">
<input id="brandId" type="hidden" value="{{brandId}}">
<input id="brandId" type="hidden" value="{{brand_id}}">
<input id="clientType" type="hidden" value="{{clientType}}">
{{!-- wx-share --}}
... ...