xuqiang před 4 roky
rodič
revize
bc0612c0c9
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      src/pages/details.vue

+ 5 - 0
src/pages/details.vue

@@ -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();