代码更新

This commit is contained in:
jia 2023-09-14 17:49:48 +08:00
parent fc924a3854
commit 97eef3208a

View File

@ -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 => {