From 05765313cbfd471d9357fd51419fbf1500210b87 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Fri, 26 Jul 2024 12:33:47 +0800 Subject: [PATCH] 1 --- pages/index/detail.vue | 4 ++-- pages/knowledge/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/index/detail.vue b/pages/index/detail.vue index f6929cc..9832908 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -77,7 +77,7 @@ : '/static/left_user.png' " class="img" - />{{ isExpanded }} + /> @@ -460,7 +460,7 @@ export default { // ? this.$refs.scrollView.$refs.content.scrollHeight // : 0; // this.scrollTop = height; - this.scrollTop = this.scrollTop + 1; + this.scrollTop = this.scrollTop + 100; }); }, // 发送 diff --git a/pages/knowledge/index.vue b/pages/knowledge/index.vue index f6221b9..5a8840b 100644 --- a/pages/knowledge/index.vue +++ b/pages/knowledge/index.vue @@ -268,7 +268,7 @@ export default { // this.$refs.scrollView.$refs.content // ? this.$refs.scrollView.$refs.content.scrollHeight // : 0; - this.scrollTop = this.scrollTop + 1; + this.scrollTop = this.scrollTop + 100; }); if (newdata == data) { clearInterval(timer); @@ -290,7 +290,7 @@ export default { // this.$refs.scrollView.$refs.content // ? this.$refs.scrollView.$refs.content.scrollHeight // : 0; - this.scrollTop = this.scrollTop + 1; + this.scrollTop = this.scrollTop + 100; }); } },