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

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

Loading…
Cancel
Save