...
|
...
|
@@ -258,10 +258,11 @@ const detailDataPkg = (origin, uid, vipLevel) => { |
|
|
|
|
|
dest.enterStore = {};
|
|
|
|
|
|
dest.enterStore.img =
|
|
|
dest.enterStore[0] = {};
|
|
|
dest.enterStore[0].img =
|
|
|
helpers.getImageUrl(origin.brand.brandIco, 47, 47);
|
|
|
dest.enterStore.storeName = origin.brand.brandName;
|
|
|
dest.enterStore.url = helpers.url('', null, origin.brand.brandDomain);
|
|
|
dest.enterStore[0].storeName = origin.brand.brandName;
|
|
|
dest.enterStore[0].url = helpers.url('', null, origin.brand.brandDomain);
|
|
|
|
|
|
// getBrandsInfo(origin.brand.id, (shops) => {
|
|
|
// if (shops.code === 200) {
|
...
|
...
|
|