update src/views/Profile/components/UserSocial.vue.

在这里绑定,绑定成功后,列表重复

Signed-off-by: 口口口 <17975121@qq.com>
(cherry picked from commit 68f6683e52)
pull/420/head
口口口 2023-11-17 05:17:17 +00:00 committed by shizhong
parent d492186d3e
commit ebfc1b1375
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ const bindSocial = () => {
socialBind(type, code, state).then(() => {
message.success('绑定成功')
emit('update:activeName', 'userSocial')
initSocial()
})
}