Commit 45160e9f by Administrator

'取消注册验证码'

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