xuxueyang
2024-09-10 5aefbc23367e65accd61b8f2f9686822a8767511
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){
         //    //需要前往注册了