From 97eef3208ae6a9ad0de4b70f3ac33843070cf47e Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Thu, 14 Sep 2023 17:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/settled/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => {