...
|
...
|
@@ -76,9 +76,10 @@ |
|
|
this.shareData = {
|
|
|
title: result.brandName,
|
|
|
des: shareSubTitle,
|
|
|
url: '/product/shop/share?domain=' + this.domain,
|
|
|
url: '/product/shop/share?domain=' + locationQuery.domain,
|
|
|
img: result.brandBg,
|
|
|
isBlkShop: result.isBlkShop,
|
|
|
domain: locationQuery.domain,
|
|
|
shopId: result.shopId, // 不是分享的参数,收藏店铺使用
|
|
|
isFav: result.isFav // 不是分享的参数,收藏店铺使用
|
|
|
};
|
...
|
...
|
@@ -104,8 +105,7 @@ |
|
|
$.post(this.url, Object.assign({
|
|
|
order: this.sort,
|
|
|
page: this.page
|
|
|
}, this.filter, locationQuery))
|
|
|
.done(result => {
|
|
|
}, this.filter, locationQuery)).done(result => {
|
|
|
this.productList = result.data.productList;
|
|
|
this.filterConfig = result.data.filter;
|
|
|
}).fail(error => {
|
...
|
...
|
|