shaogen1995 hace 1 año
padre
commit
fe04497fd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/PaintingDetailBox.vue

+ 1 - 1
src/components/PaintingDetailBox.vue

@@ -105,7 +105,7 @@ onMounted(() => {
             isMove.value = true
             imgWidth.value = dom.offsetWidth
             imgHeight.value = dom.offsetHeight
-          }
+          } else isMove.value = false
         }
         baseFlag = false
       }, baseFlag ? 600 : 30)