| | |
| | | resultFeedbackPopupShow: false, |
| | | popupDisplay: "none", |
| | | |
| | | regionName: '' |
| | | regionName: '', |
| | | }, |
| | | methods: { |
| | | getLocalPoliceStation () { |
| | | window.parent.getRegionName(this.regionName) |
| | | |
| | | uni.postMessage({ |
| | | data: this.regionName |
| | | }) |
| | | |
| | | }, |
| | | getDataList () { |
| | | var that = this |
| | |
| | | beginMap (map, data) { |
| | | var that = this, |
| | | center = [data[0].wd, data[0].jd], |
| | | url = `http://223.82.109.183:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}` |
| | | url = `http://106.225.193.35:83/api/alarm/alarm/APP-getAlarm?id=${data[0].id}` |
| | | // url = `http://localhost:89/alarm/alarm/APP-getAlarm?id=${data[0].id}`; |
| | | this.nowPosition = center |
| | | |
| | |
| | | } |
| | | |
| | | }, |
| | | created () { }, |
| | | created () { |
| | | }, |
| | | mounted () { |
| | | this.getDataList() |
| | | this.getLocationData() |