| | |
| | | |
| | | }, |
| | | SubmitDown() { |
| | | $('#SubmitDown').show(); |
| | | // $('#SubmitDown').show(); |
| | | console.log(uni.navigateTo) |
| | | uni.navigateTo({ |
| | | url: '/pages/poput/mapJQtijiao/mapJQtijiao/mapJQtijiao' |
| | | }); |
| | | }, |
| | | SubmitSD() { |
| | | console.log(this.chulijieguo, 'chulijieguo') |
| | |
| | | //定位当前位置 |
| | | locationMap() { |
| | | // console.log([this.lat, this.lng]) |
| | | // this.map.setView([this.lat, this.lng], 20); |
| | | this.getLocationData(); |
| | | this.map.setView([this.lat, this.lng], 20); |
| | | }, |
| | | toJQposition(){ |
| | | this.map.setView([this.oldlat, this.oldlng], 20); |
| | | }, |
| | | // 获取实时位置 |
| | | getLocationData() { |