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 = () => {
277277 endMovetime .value = + new Date ()
278278 // 判断是否重合
279279 if (status .value && isEnd .value == false ) {
280- var moveLeftDistance = parseInt ((moveBlockLeft .value || ' ' ).replace (' px' , ' ' ))
280+ var moveLeftDistance = parseInt ((moveBlockLeft .value || ' 0 ' ).replace (' px' , ' ' ))
281281 moveLeftDistance = (moveLeftDistance * 310 ) / parseInt (setSize .imgWidth )
282282 let data = {
283283 captchaType: captchaType .value ,
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ const bindSocial = () => {
6666 socialBind (type , code , state ).then (() => {
6767 message .success (' 绑定成功' )
6868 emit (' update:activeName' , ' userSocial' )
69- initSocial ()
7069 })
7170}
7271
You can’t perform that action at this time.
0 commit comments