forked from qiushanhe/dm-manage-web
提交
This commit is contained in:
@@ -51,7 +51,7 @@ export default {
|
||||
methods: {
|
||||
|
||||
handleBind() {
|
||||
this.loginForm.code = code;
|
||||
this.loginForm.code = this.code;
|
||||
this.loginForm.openId = this.openId
|
||||
this.$refs.loginForm.validate((valid) => {
|
||||
if (valid) {
|
||||
|
||||
Reference in New Issue
Block a user