Commit 4793d066 authored by linxin's avatar linxin

个人中心

parent d201bf88
...@@ -564,16 +564,13 @@ export default { ...@@ -564,16 +564,13 @@ export default {
vm.hlsPopup.showLongCenter('解绑成功') vm.hlsPopup.showLongCenter('解绑成功')
vm.userQuery() vm.userQuery()
vm.approveBtn = false vm.approveBtn = false
this.$router.push({ vm.$router.push({
name: 'UserBind', name: 'UserBind',
}) })
} else { } else {
vm.hlsPopup.showLongCenter(res.message) vm.hlsPopup.showLongCenter(res.message)
} }
}) })
.catch(() => {
vm.hlsPopup.showLongCenter('传入参数异常')
})
} }
}, },
}) })
...@@ -610,9 +607,6 @@ export default { ...@@ -610,9 +607,6 @@ export default {
vm.hlsPopup.showLongCenter(res.message) vm.hlsPopup.showLongCenter(res.message)
} }
}) })
.catch(() => {
vm.hlsPopup.showLongCenter('传入参数异常')
})
} }
}, },
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment