From 728f3c0611c8f00de7b314c19a4e36ece431efde Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Tue, 21 May 2024 16:29:01 +0800
Subject: [PATCH] =?UTF-8?q?=20=E6=97=A0=E5=BE=AE=E4=BF=A1=E4=B8=8D?=
=?UTF-8?q?=E8=83=BD=E7=99=BB=E5=BD=95=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/recommend/index.vue | 2 +-
pages/users/login/login_copy.vue | 31 +++++++++++++++++++++++++------
2 files changed, 26 insertions(+), 7 deletions(-)
diff --git a/components/recommend/index.vue b/components/recommend/index.vue
index cc26aa9..467c6d6 100644
--- a/components/recommend/index.vue
+++ b/components/recommend/index.vue
@@ -187,7 +187,7 @@
mounted() {
this.getArticleList();
uni.$on('scroll', res => {
- if (res.scrollTop > this.tabsTop) {
+ if (res && res.scrollTop > this.tabsTop) {
this.isShow = false;
} else {
this.isShow = true;
diff --git a/pages/users/login/login_copy.vue b/pages/users/login/login_copy.vue
index e8eb10b..d44b97a 100644
--- a/pages/users/login/login_copy.vue
+++ b/pages/users/login/login_copy.vue
@@ -8,6 +8,7 @@
+
重置密码
@@ -16,6 +17,7 @@
请输入手机号码和验证码找回密码、重置
+
@@ -31,6 +33,7 @@
+
-