From 7b7680690feafad7df1cffe5ddf544ef37a30d76 Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Sun, 29 Sep 2024 16:25:02 +0800 Subject: [PATCH] =?UTF-8?q?test(map):=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/map/map.uvue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/component/map/map.uvue b/pages/component/map/map.uvue index 010e590b..9a33c06f 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 -- GitLab