3***@qq.com
3***@qq.com
  • 发布:2022-05-24 11:32
  • 更新:2022-05-24 11:32
  • 阅读:366

【报Bug】nuve list 组件和 waterfall 组件子组件 loading 只再ios下有效果,安卓机无效

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win10

HBuilderX类型: 正式

HBuilderX版本号: 3.4.7

手机系统: 全部

手机系统版本号: iOS 14

手机厂商: 苹果

页面类型: nvue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

测试过的手机:

小米10 pro MIUI 12.5.10 ; 7plus 14.4.1

操作步骤:

此代码是hello swiper-page组件里面的源码,经测试安卓机无效

<list ref="list" class="list" :offset-accuracy="5" :bounce="true" fixFreezing="true" :headerHeight='50'>  
            <cell v-for="(item, index) in dataList" :key="item.id" :ref="'item'+index">  
                <view class="list-item">  
                    <text>{{item.name}}</text>  
                </view>  
            </cell>  
            <!-- <cell class="loading"></cell> -->  
            <loading class="loading" @loading="onloading" :display="loadinging ? 'show' : 'hide'">  
              <text class="indicator-text">Loading ...</text>  
               <loading-indicator class="indicator"></loading-indicator>  
            </loading>  
        </list>

预期结果:

list 或者waterfall 组件滚动到页面底部时 安卓机如苹果机一样触发 loading子组件的 loading事件

实际结果:

list 或者waterfall 组件滚动到页面底部时 安卓不会触发 loading子组件的 loading事件

bug描述:

list 或者waterfall 组件滚动到页面底部时 安卓机不会触发 loading子组件 loading 的事件。
苹果机正常。

2022-05-24 11:32 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复