Authored by zhangxiaoru

添加shop链接

... ... @@ -18,11 +18,11 @@ const shopList = (uid, tabName) => {
code: 200,
cache: true
}).then((result) => {
//console.log(result)
// console.log(result)
if (result && result.code === 200) {
_.forEach(result.data, function(data) {
let href = 'https://m.yohobuy.com/product/index/brand?shop_id=' + data.shopsId + '&openby: yohobuy={"action":"go.shop","params":{"shop_id":"'
+ data.shopsId + '","shop_template_type":"'+ 2 + '","shop_name":"'+ data.shopName + '"}}';
+ data.shopsId + '","shop_template_type":"' + 2 + '","shop_name":"' + data.shopName + '"}}';
data.isFavorite = data.isFavorite === 'Y';
... ...