|
|
@ -202,8 +202,12 @@ export default {
|
|
|
|
console.log("this.bigPicPath");
|
|
|
|
console.log("this.bigPicPath");
|
|
|
|
|
|
|
|
|
|
|
|
this.localPoints = this.terminalPhoto[0].list;
|
|
|
|
this.localPoints = this.terminalPhoto[0].list;
|
|
|
|
|
|
|
|
console.log("111111111111111111111");
|
|
|
|
console.log(this.localPoints);
|
|
|
|
console.log(this.localPoints);
|
|
|
|
if (this.localPoints !== "") {
|
|
|
|
if (this.localPoints == undefined) {
|
|
|
|
|
|
|
|
console.log("无数据");
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
} else if (this.localPoints) {
|
|
|
|
this.drawline();
|
|
|
|
this.drawline();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|