...
|
...
|
@@ -70,10 +70,11 @@ |
|
|
this.shopInfo.showBrandInfo = true;
|
|
|
this.shareData = {
|
|
|
title: result.brandName,
|
|
|
link: '/brand-share?domain=' + this.domain,
|
|
|
des: result.brandIntro,
|
|
|
url: '/product/brand-share?domain=' + this.domain,
|
|
|
img: result.brandBg,
|
|
|
shopId: result.shopId,
|
|
|
isFav: result.isFav
|
|
|
shopId: result.shopId, // 不是分享的参数,收藏店铺使用
|
|
|
isFav: result.isFav // 不是分享的参数,收藏店铺使用
|
|
|
};
|
|
|
} else {
|
|
|
this.shopInfo.showBrandInfo = false;
|
...
|
...
|
|