Skip to content

Commit ebb19cf

Browse files
committed
Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into dev
2 parents b1f5ad5 + 9d7c578 commit ebb19cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/Verifition/src/Verify/VerifySlide.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

src/views/Profile/components/UserSocial.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)