We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9f8c9 commit 8bb9decCopy full SHA for 8bb9dec
src/components/Verifition/src/Verify/VerifySlide.vue
@@ -277,7 +277,7 @@ const end = () => {
277
endMovetime.value = +new Date()
278
//判断是否重合
279
if (status.value && isEnd.value == false) {
280
- var moveLeftDistance = parseInt((moveBlockLeft.value || '').replace('px', ''))
+ var moveLeftDistance = parseInt((moveBlockLeft.value || '0').replace('px', ''))
281
moveLeftDistance = (moveLeftDistance * 310) / parseInt(setSize.imgWidth)
282
let data = {
283
captchaType: captchaType.value,
0 commit comments