Commit 85df8b02 by Administrator

'取消注册验证码'

parent 8d881d97
...@@ -139,7 +139,8 @@ ...@@ -139,7 +139,8 @@
return this.counting ? (this.count + 's') : '发验证码' return this.counting ? (this.count + 's') : '发验证码'
}, },
isOk: function() { isOk: function() {
return this.phone.isMobile() && this.code.isCode() && this.password.isPwd() // return this.phone.isMobile() && this.code.isCode() && this.password.isPwd()
return this.phone.isMobile() && this.password.isPwd()
} }
}, },
methods: { methods: {
......
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