From b3fcbc5db1291cd6b4d0b18e9e9038019cd9500b Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 24 Jun 2024 19:12:17 +0800
Subject: [PATCH] 股票刷到底部的时候分页加载一下
---
src/page/login/register.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/page/login/register.vue b/src/page/login/register.vue
index 6ff323b..ac3015b 100644
--- a/src/page/login/register.vue
+++ b/src/page/login/register.vue
@@ -123,7 +123,7 @@
},
async gook() {
- if (this.phone.length !== 10) {
+ if (this.phone.length == 0) {
Notify({ type: "warning", message: this.$t("hj28") });
} else if (isNull(this.userPassword)) {
Notify({ type: "warning", message: this.$t("hj30") });
--
Gitblit v1.9.3