调整更新的内容
parent
e3aecb1b71
commit
f37e065b83
|
@ -134,7 +134,7 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
startAnimation () {
|
startAnimation () {
|
||||||
setTimeout(()=>{
|
// setTimeout(()=>{
|
||||||
AMap.plugin('AMap.MoveAnimation', () => {
|
AMap.plugin('AMap.MoveAnimation', () => {
|
||||||
console.log('开始回放')
|
console.log('开始回放')
|
||||||
this.marker.moveAlong(this.lineArr, {
|
this.marker.moveAlong(this.lineArr, {
|
||||||
|
@ -144,7 +144,7 @@ export default {
|
||||||
autoRotation: true,
|
autoRotation: true,
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
},2000)
|
// },2000)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue