|
@@ -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);
|