bill 7 tháng trước cách đây
mục cha
commit
4678d3822a
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      src/views/tagging-position/index.vue
  2. 1 0
      src/views/tagging/sign.vue

+ 1 - 0
src/views/tagging-position/index.vue

@@ -101,6 +101,7 @@ const flyTaggingPosition = (position: TaggingPosition) => {
     dur: 300,
     // distance: 3,
     maxDis: 15,
+    isFlyToTag: true,
   });
 };
 onUnmounted(() => pop && pop());

+ 1 - 0
src/views/tagging/sign.vue

@@ -103,6 +103,7 @@ const flyTaggingPositions = (tagging: Tagging, callback?: () => void) => {
       dur: 300,
       // distance: 3,
       maxDis: 15,
+      isFlyToTag: true
     });
 
     setTimeout(() => {