From 8bb9dec32867881f0555a81268b8f096b2251863 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9F=AF=E6=9D=A8?= <key5230@163.com>
Date: Tue, 14 Nov 2023 01:43:59 +0000
Subject: [PATCH] =?UTF-8?q?=E3=80=90bugfix=E3=80=91=EF=BC=9A=E4=BF=AE?=
 =?UTF-8?q?=E5=A4=8D=E6=BB=91=E5=9D=97=E9=AA=8C=E8=AF=81=E7=A0=81=E6=97=A0?=
 =?UTF-8?q?=E4=BB=BB=E4=BD=95=E6=BB=91=E5=8A=A8=E7=9B=B4=E6=8E=A5=E7=82=B9?=
 =?UTF-8?q?=E5=87=BB=E9=AA=8C=E8=AF=81=E6=97=B6=EF=BC=8Cx=E5=9D=90?=
 =?UTF-8?q?=E6=A0=87=E7=A9=BA=EF=BC=8C=E5=AF=BC=E8=87=B4=E5=90=8E=E7=AB=AF?=
 =?UTF-8?q?NPE=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: 柯杨 <key5230@163.com>
---
 src/components/Verifition/src/Verify/VerifySlide.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Verifition/src/Verify/VerifySlide.vue b/src/components/Verifition/src/Verify/VerifySlide.vue
index 8b448b0d..f3c7bfea 100644
--- a/src/components/Verifition/src/Verify/VerifySlide.vue
+++ b/src/components/Verifition/src/Verify/VerifySlide.vue
@@ -277,7 +277,7 @@ const end = () => {
   endMovetime.value = +new Date()
   //判断是否重合
   if (status.value && isEnd.value == false) {
-    var moveLeftDistance = parseInt((moveBlockLeft.value || '').replace('px', ''))
+    var moveLeftDistance = parseInt((moveBlockLeft.value || '0').replace('px', ''))
     moveLeftDistance = (moveLeftDistance * 310) / parseInt(setSize.imgWidth)
     let data = {
       captchaType: captchaType.value,