| | |
| | | this.startEcharts01(); |
| | | }, |
| | | getMap() { |
| | | window.frames[1].init("DetailMap", { |
| | | window.frames[0].init("DetailMap", { |
| | | x: this.a.jd, |
| | | y: this.a.wd, |
| | | }); |
| | |
| | | // this.doEvents(); |
| | | // var timel = setTimeout(() => { |
| | | this.$refs.detailMap.onload = () => { |
| | | // window.frames[1].init("DetailMap", { |
| | | // window.frames[0].init("DetailMap", { |
| | | // x: this.a.jd, |
| | | // y: this.a.wd, |
| | | // }); |
| | | if (window.frames[1].init) { |
| | | if (window.frames[0].init) { |
| | | this.getMap(); |
| | | } else { |
| | | // this.re(); |
| | | console.log(`没有找到到window.frames[1].init`); |
| | | console.log(`没有找到到window.frames[0].init`); |
| | | } |
| | | }; |
| | | }, |