Commit ad4701a7 by wangjian

1

parent b0de01dd
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
if (!this.btnActive) { if (!this.btnActive) {
return return
} }
this.close()
this.$emit('pwdSubmit', this.pwd) this.$emit('pwdSubmit', this.pwd)
this.close()
}, },
close() { close() {
this.pwd = '' this.pwd = ''
......
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
if (!this.btnActive) { if (!this.btnActive) {
return return
} }
this.close()
this.$emit('smsCodeSubmit', this.code) this.$emit('smsCodeSubmit', this.code)
this.close()
}, },
close() { close() {
this.code = '' this.code = ''
......
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