jason.lu 6 năm trước cách đây
mục cha
commit
83c1f8de7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');
                         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');
                         return;
                     }