ZZ 1 сар өмнө
parent
commit
55d35c45f8

+ 2 - 1
mer_uniapp/pages/index/index.vue

@@ -354,7 +354,8 @@
 							this.userAddress = res.name;
 							getMerchantList({
 								latitude: res.latitude,
-								longitude: res.longitude
+								longitude: res.longitude,
+								cateId: this.cateList[0].id								
 							}).then(data => {
 								this.merchantList = data.data.list;
 								console.log('商品信息:', this.merchantList);