7***@qq.com
7***@qq.com
  • 发布:2021-10-12 15:36
  • 更新:2021-10-19 15:49
  • 阅读:478

【报Bug】重大bug,ios的list列表滑动的时候渲染出问题了

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 3.2.9

手机系统: iOS

手机系统版本号: IOS 14

手机厂商: 苹果

手机机型: iphone12,iphone13

页面类型: nvue

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

<template>
<list >
<cell v-for="(item,index) in 5" >
<view style="height: 100rpx;background-color: #7B7B7B;"><text>a{{index}}</text></view>
</cell>
<header>
<view style="height:80rpx;flex: 1;background-color: #4CD964;"><text>header</text></view>
</header>
<cell v-for="(item,index) in 20">
<view style="height: 120rpx;background-color: #BFD9FF;"><text>b{{index}}</text></view>
</cell>
</list>
</template>

操作步骤:

直接运行

预期结果:

正常显示

实际结果:

列表中会有莫名其妙没有规律的空白地方出现

bug描述:

重大bug,list列表滑动出现空白的地方,而且使用了header组件,顶部会有一点留白的位置,怎么也去不掉,非常影响使用,android没问题。

2021-10-12 15:36 负责人:无 分享
已邀请:
q***@qq.com

q***@qq.com

说得好

DCloud_UNI_Anne

DCloud_UNI_Anne

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