diff --git a/pages/component/map/map.uvue b/pages/component/map/map.uvue index 010e590be7b299164215c10092a459bf8a3d34d2..9a33c06f681617dda5761bf93b1fb22a40d21d1c 100644 --- a/pages/component/map/map.uvue +++ b/pages/component/map/map.uvue @@ -539,10 +539,12 @@ rotate: 10, duration: 2000, moveWithRotate: true, - // animationEnd: () => { - // // console.log('动画结束'); - // jestResult.animationEnd = true; - // }, + // #ifdef WEB + animationEnd: () => { + console.log('动画结束'); + jestResult.animationEnd = true; + }, + // #endif success: ret => { console.log('handleTranslateMarker',JSON.stringify(ret)); const result = ret as UTSJSONObject