File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
components/Verifition/src/Verify Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ const end = () => {
277
277
endMovetime .value = + new Date ()
278
278
// 判断是否重合
279
279
if (status .value && isEnd .value == false ) {
280
- var moveLeftDistance = parseInt ((moveBlockLeft .value || ' ' ).replace (' px' , ' ' ))
280
+ var moveLeftDistance = parseInt ((moveBlockLeft .value || ' 0 ' ).replace (' px' , ' ' ))
281
281
moveLeftDistance = (moveLeftDistance * 310 ) / parseInt (setSize .imgWidth )
282
282
let data = {
283
283
captchaType: captchaType .value ,
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ const bindSocial = () => {
66
66
socialBind (type , code , state ).then (() => {
67
67
message .success (' 绑定成功' )
68
68
emit (' update:activeName' , ' userSocial' )
69
- initSocial ()
70
69
})
71
70
}
72
71
You can’t perform that action at this time.
0 commit comments