收藏
回答

scroll-view的bindscrolltolower间歇性失效?

<scroll-view scroll-y="truescroll-top="0bindscrolltolower="bottomstyle="height: 100vh;width: 100%;lower-threshold="446">

<view class="goods">

            <view class="navBox">

               <view class="titleBoxwx:for="{{tabList}}" wx:key="*this">

                  <text class="{{item.index == tabsId ? 'fontColorBox' : ''}}">{{item.title}}</text>

                  <hr class="{{item.index == tabsId ? 'lineBox' : ''}}" />

               </view>

            </view>

            <swiper style="height: {{swiperHeight}}rpx;width: 100%; background-color: rgb(236, 231, 231)class="swiperTtemBoxcurrent="{{tabsId}}" bindchange="slideOn">

当我滑动动态加载swiper的高度的时候这个scroll-view组件的bindscrolltolower就间歇性失效,重新编译一会可以一会不可以这个怎么回事


回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    09-18

    请按照链接提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    09-18
    有用
    回复
登录 后发表内容