jason.lu 6 سال پیش
والد
کامیت
283016c431
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sourcecode/h5app/vue/src/views/SecurityVerify.vue

+ 1 - 1
sourcecode/h5app/vue/src/views/SecurityVerify.vue

@@ -248,7 +248,7 @@
                     && res.model.list !== undefined
                     && res.model.list.length > 0
                     && res.model.list[0].uid !== undefined) {
-                    if (res.model.list[0].phone == null && res.model.list[0].phone.length !== 0){
+                    if (res.model.list[0].phone !== null && res.model.list[0].phone.length !== 0){
                         that.$router.push('presentRegister');
                     }
                 } else {