|
|
@@ -136,26 +136,6 @@ export default {
|
|
|
this.$emit("change", item);
|
|
|
this.hidePopup();
|
|
|
}
|
|
|
- // 地图操作
|
|
|
- // reload() {
|
|
|
- // uni.getLocation({
|
|
|
- // type: 'wgs84',
|
|
|
- // success: res => {
|
|
|
- // this.latitude = res.latitude
|
|
|
- // this.longitude = res.longitude
|
|
|
- // // this.nearList()
|
|
|
- // },
|
|
|
- // // eslint-disable-next-line handle-callback-err
|
|
|
- // fail: err => {
|
|
|
- // this.$msg('定位失败')
|
|
|
- // // setTimeout(function() {
|
|
|
- // // uni.navigateBack({
|
|
|
- // // delta: 1
|
|
|
- // // })
|
|
|
- // // }, 1500)
|
|
|
- // }
|
|
|
- // })
|
|
|
- // },
|
|
|
// mapChange(e) {
|
|
|
// if (e.type == 'end' && (e.causedBy == 'scale' || e.causedBy == 'drag')) {
|
|
|
// this.mapCtx.getCenterLocation({
|