diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 70463fc..7a183d9 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -426,7 +426,7 @@ this.street_id = resData.street_id this.mer_storeType = resData.mer_storeType this.village_id = resData.village_id - t + }) this.pics = resData.images this.mer_classification = this.getCategoryName(resData.merchant_category_id, this.array) @@ -490,7 +490,7 @@ getStoreType: function() { getStoreTypeApi() .then(res => { - // console.log(res); + console.log(res); this.storeTypeArr = res.data }) .catch(res => {