|
|
@@ -134,6 +134,11 @@ export default {
|
|
|
this.detailsList = res.groupBoxMap;
|
|
|
this.cardCaseInfo = res.cardCaseInfo || {};
|
|
|
this.banners = res.cardCaseInfo.image.split(',');
|
|
|
+ return this.$http.get('/store/get/' + res.cardCaseInfo.storeId);
|
|
|
+ })
|
|
|
+ .then(res => {
|
|
|
+ console.log(res);
|
|
|
+ this.storeInfo = res;
|
|
|
})
|
|
|
.catch(e => {
|
|
|
this.hideLoading();
|