From 8bb9dec32867881f0555a81268b8f096b2251863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=AF=E6=9D=A8?= Date: Tue, 14 Nov 2023 01:43:59 +0000 Subject: [PATCH 1/2] =?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: 柯杨 --- 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, From 68f6683e52f586f3e0ba166025c47ae68de83f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=A3=E5=8F=A3=E5=8F=A3?= <17975121@qq.com> Date: Fri, 17 Nov 2023 05:17:17 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20src/views/Profile/components/UserS?= =?UTF-8?q?ocial.vue.=20=E5=9C=A8=E8=BF=99=E9=87=8C=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=EF=BC=8C=E7=BB=91=E5=AE=9A=E6=88=90=E5=8A=9F=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 口口口 <17975121@qq.com> --- src/views/Profile/components/UserSocial.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Profile/components/UserSocial.vue b/src/views/Profile/components/UserSocial.vue index 7746f510..b7f955be 100644 --- a/src/views/Profile/components/UserSocial.vue +++ b/src/views/Profile/components/UserSocial.vue @@ -66,7 +66,6 @@ const bindSocial = () => { socialBind(type, code, state).then(() => { message.success('绑定成功') emit('update:activeName', 'userSocial') - initSocial() }) }