diff --git a/pages/tabBar/category/category.vue b/pages/tabBar/category/category.vue index e936390..3679066 100644 --- a/pages/tabBar/category/category.vue +++ b/pages/tabBar/category/category.vue @@ -78,13 +78,13 @@ @input="getMapStore()" /> - + - + @@ -95,7 +95,7 @@ {{box.callout.address}} - + {{box.distance}}km @@ -182,13 +182,14 @@ @input="getMapStore()" /> - + - + @@ -324,6 +326,22 @@ //查询商户列表 getIndustry() { getIndustry().then(res => { + + this.goodsFirstClassList=[{ + "childIndustry": null, + "createTime": 1640252815000, + "name": "全部", + "id": 99999999, + "wechatCompanyCode": "716", + "wechatName": "全部", + "ext3": null, + "parentId": 1, + "wechatSelfEmployedCode": "719", + "ext2": null, + "status": 1, + "ext1": "650" + }]; + if (res.return_code == '000000') { for (var i = 0; i < res.return_data.length; i++) { this.goodsFirstClassList.push(res.return_data[i]); @@ -642,6 +660,9 @@ }