|
@@ -300,7 +300,7 @@ export default {
|
300
|
300
|
lotteryId: 'football'
|
301
|
301
|
}
|
302
|
302
|
}).then((res) => {
|
303
|
|
- console.log(`店铺请求成功,请求数据是:${res},定位数据是:${this.Lng},${this.Lat}`)
|
|
303
|
+ console.log(`店铺请求成功,请求数据是:${JSON.stringify(res)}`)
|
304
|
304
|
let StoreList = res.data.data.nearest || []
|
305
|
305
|
let RecommendStoreList = res.data.data.recommend || []
|
306
|
306
|
let MyStoreList = res.data.data.mine || []
|
|
@@ -331,7 +331,7 @@ export default {
|
331
|
331
|
}
|
332
|
332
|
this.GetStoreListStatus = true
|
333
|
333
|
}).catch((res) => {
|
334
|
|
- console.log(`店铺请求失败,请求数据是:${res},定位数据是:${this.Lng},${this.Lat}`)
|
|
334
|
+ console.log(`店铺请求失败,请求数据是:${JSON.stringify(res)}`)
|
335
|
335
|
})
|
336
|
336
|
},
|
337
|
337
|
ToGetAllParts () { // 枚举投注
|