浏览代码

处理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()