1***@qq.com
1***@qq.com
  • 发布:2023-09-22 10:22
  • 更新:2023-09-22 10:22
  • 阅读:140

【报Bug】在popup弹窗里面用了scroll-view无法垂直滚动

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 3.8.12

手机系统: Android

手机系统版本号: Android 14

手机厂商: 华为

手机机型: JAD-AL50

页面类型: nvue

vue版本: vue3

打包方式: 云端

项目创建方式: HBuilderX

示例代码:
<scroll-view scroll-y="true" class="scroll-movie"> <view class="jishu_list"> <view v-for="(item, index) in pageBox" :key="index" class="item" @click="selectThisVideo(index,item)" style="videoList[currentVideoIndex].index == item.index ?'border: 1px solid #fff;':'border:0'"> <text class="text">{{ (item.index) }}</text>
<uni-icons class="lock" type="locked" color="#FFDFB5" size="23"
v-if="getLock(item.pay)"></uni-icons>
</view>
</view>
</scroll-view>

.scroll-movie {
height: 600vh;
}

操作步骤:

预期结果:

实际结果:

失效

bug描述:

在popup弹窗里面用了scroll-view无法垂直滚动,在华为手机Mate 10 pro ,型号 BLA-AL00可以正常滚动,但是在华为手机P50 Pro,型号JAD-AL50无法滚动

2023-09-22 10:22 负责人:无 分享
已邀请:

要回复问题请先登录注册