Commit 4a89a590 authored by linxin's avatar linxin

add

parents 39ad5a67 ba80ccf2
...@@ -397,7 +397,7 @@ export default { ...@@ -397,7 +397,7 @@ export default {
} else if ((res.info.code === 0) && (res.info.data.openId)) { } else if ((res.info.code === 0) && (res.info.data.openId)) {
// vm.authUrl = res.info.data.openId // vm.authUrl = res.info.data.openId
// return vm.authUrl // return vm.authUrl
return '' return false
} else { } else {
// hlsPopup.showError(res.info.msg) // hlsPopup.showError(res.info.msg)
// vm.errorMsg = res.info.msg // vm.errorMsg = res.info.msg
......
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