소스 검색

处理BUG

wangcz 7 년 전
부모
커밋
a3126a67fd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      components/mobile/validation/ValidationPhoneStepMobile.vue

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

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