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