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