wangcz 7 vuotta sitten
vanhempi
commit
a3126a67fd
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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()