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 @@
+
-