调整更新的内容

master
tangwenkang 2023-12-06 16:53:49 +08:00
parent ba6cbe6fdb
commit 227b86ae98
1 changed files with 4 additions and 4 deletions

View File

@ -133,8 +133,8 @@ 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, {
// //
@ -142,8 +142,8 @@ export default {
// JSAPI2.0 moveAlong // JSAPI2.0 moveAlong
autoRotation: true, autoRotation: true,
}); });
// }) })
// },2000) },2000)
}, },
}, },
} }