...
|
...
|
@@ -102,6 +102,9 @@ |
|
|
this.shopInfo = result;
|
|
|
this.shopInfo.showBrandInfo = true;
|
|
|
|
|
|
// 处理富文本
|
|
|
this.shopInfo.shopIntro && (this.shopInfo.shopIntro = this.shopInfo.shopIntro.replace(/<\/?[^>]*>/g, ''));
|
|
|
|
|
|
let shareUrl = locationQuery.id ?
|
|
|
location.origin + '/product/shop/favorite/share?id=' + locationQuery.id :
|
|
|
location.origin + '/product/shop/' + $shop.data('domain') + '/share';
|
...
|
...
|
|