滑动scroll-view

- 发布:2020-10-21 16:29
- 更新:2020-10-27 19:28
- 阅读:738
产品分类: uniapp/小程序/阿里
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10.0.18362.1139
HBuilderX类型: 正式
HBuilderX版本号: 2.9.3
第三方开发者工具版本号: 1.15.7
基础库版本号: 1.0.0
项目创建方式: HBuilderX
操作步骤:
预期结果:
可以滚动
可以滚动
实际结果:
无法滚动
无法滚动
bug描述:
<swiper current="0" duration="300" class="swiper" vertical>
<swiper-item>
<view class="firstColmun" style="width: 123.75px;"></view>
<scroll-view scroll-left="0" style="width:200px;height: 400px" class="scroll" scroll-x="true" scroll-y="false">
<view></view>
</scroll-view>
</swiper-item>
<swiper-item>
<scroll-view scroll-left="0" style="width:200px;height: 400px" class="scroll" scroll-x="true" scroll-y="false">
<view></view>
</scroll-view>
</swiper-item>
</swiper>
1 个回复
8***@qq.com (作者)
发这么久都没人回复的吗,一个官方人员都没吗。