From c3319db3d83f2d4fa7fdf06e3792496ce77d90aa Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 09 九月 2024 02:24:16 +0800
Subject: [PATCH] update 提及的修复问题和会员信息相关的

---
 pages/home/home.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index ee5afe5..9cd7764 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -69,7 +69,7 @@
 		<!-- 几个专区 -->
 		<home-zones></home-zones>
 		<!-- 置顶的花列表 -->
-		<home-top-flow></home-top-flow>
+		<home-top-flow ref="home_top_flow"></home-top-flow>
 
 		<view style="min-height:140rpx">
 		</view>
@@ -188,7 +188,13 @@
 				path: url,
 			}
 		},
-
+		onReachBottom() {
+			console.log('onReachBottom')
+			if(this.$refs&&this.$refs.home_top_flow){
+				// console.log(this.$refs.home_top_flow)
+				this.$refs.home_top_flow.fun_GetMore()
+			}
+		},
 		onLoad(options) {
 			// if(options.partnerUserId){
 			// 	//需要前往注册了

--
Gitblit v1.9.3