<template>  
    <view class="" style="flex: 1;">  
        <recycle-list style="height: 200px;" for="(item, i) in [  
          { type: 'A' },  
          { type: 'B' },  
          { type: 'B' },  
          { type: 'A' },  
          { type: 'B' }  
        ]">  
          <cell-slot>  
            <text class="text-white" @tap="playTVVideo(i)">- {{item.type}} {{i}} -</text>  
          </cell-slot>  
        </recycle-list>  
        <text class=" text-white" style="font-family: iconfont;"></text>  
    </view>  
</template>                                    - 发布:2021-03-13 16:46
 - 更新:2021-05-10 01:36
 - 阅读:858
 
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.1.2
手机系统: iOS
手机系统版本号: iOS 12.4
手机厂商: 苹果
手机机型: 9
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
                                    
                                         
                                
                                                                                                预期结果:
                                    
                                    
                                        正常显示
                                     
                                
                                                                                                正常显示
实际结果:
                                    
                                    
                                        页面卡死 然后闪退
                                     
                                
                                                            页面卡死 然后闪退
bug描述:
<recycle-list> 加 任意 自定义icon 页面卡死 然后闪退
            
            
            
            
1 个回复
犭申 - 请联系QQ1476779
顶一下,同样遇到,都不报错,直接闪退了