Browse Source

处理BUG

wangcz 7 years ago
parent
commit
a3126a67fd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/mobile/validation/ValidationPhoneStepMobile.vue

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

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