暂时注释掉列车鼠标事件
This commit is contained in:
parent
d50dc24121
commit
29456ac043
@ -166,14 +166,14 @@ class TrainBody extends Group {
|
||||
}
|
||||
setMouseOver() {
|
||||
//store.dispatch('map/setTrainDetails', this.model);
|
||||
this.details = store.state.map.trainDetails;
|
||||
this.add(this.arrowText);
|
||||
//this.details = store.state.map.trainDetails;
|
||||
/*this.add(this.arrowText);
|
||||
this.arrowText.attr({
|
||||
style: {
|
||||
x: this.details.point.x + 50,
|
||||
y: this.details.point.y + 25,
|
||||
}
|
||||
});
|
||||
});*/
|
||||
}
|
||||
setMouseOut() {
|
||||
this.remove(this.arrowText);
|
||||
|
Loading…
Reference in New Issue
Block a user