liudan 8 months ago
parent f9a31d8ffa
commit 8d86bc262c
  1. 3
      pages/shop/shop.vue
  2. 3
      pages/shop/shop1.vue

@ -200,7 +200,7 @@
onLoad: function(options) {
console.log(this.basePicPath)
this.getStoreType();
this.storeMerchantList('')
},
onReady() {
},
@ -274,6 +274,7 @@
this.latitude = res.latitude
this.longitude = res.longitude
console.log(res)
this.storeMerchantList('')
getGeocoder({
lat: latitude,
long: longitude

@ -200,7 +200,7 @@
onLoad: function(options) {
this.getStoreType();
this.storeMerchantList('')
},
onReady() {
},
@ -274,6 +274,7 @@
this.latitude = res.latitude
this.longitude = res.longitude
console.log(res)
this.storeMerchantList('')
getGeocoder({
lat: latitude,
long: longitude

Loading…
Cancel
Save