@@ -117,8 +117,8 @@
},
// 验证信息
sureAccount () {
- if (this.state.code !== 'success') {
- this.downToast('请确认填写部分是否有误')
+ if (this.code === '') {
+ this.downToast('请输入验证码!')
} else {
this.$indicator.open('验证过程中...')
let param = new FormData()