wangcz 7 лет назад
Родитель
Сommit
11ba7c6773
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      components/mobile/validation/ValidationEmailStepMobile.vue

+ 2 - 2
components/mobile/validation/ValidationEmailStepMobile.vue

@@ -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()