jason.lu 6 年之前
父节点
当前提交
83c1f8de7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sourcecode/h5app/vue/src/views/SecurityVerify.vue

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

@@ -281,7 +281,7 @@
                         this.$router.push('login');
                         this.$router.push('login');
                         return;
                         return;
                     }
                     }
-                    if (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');
                         that.$router.push('presentRegister');
                         return;
                         return;
                     }
                     }