源代码的大致结构如下(部分手机出现问题 目前发现机型 华为mate30)
<swiper class="flex-1" bindchange="swiperChange" current="{{navIndex}}" interval="{{interval}}">
<swiper-item wx:for="{{navDetail}}" wx:key="id">
<scroll-view scroll-y="true" class="bg-fff" style='height:100%' scroll-into-view="{{jumpNum}}"
scroll-with-animation="true">
<video class="block bor-rad-10" style="width:100%;max-height:400rpx" src="{{itemList.video}}"></video>
</scroll-view>
</swiper-item>
</swiper>
基础库 2.4.4 以下版本,原生组件不支持在 scroll-view、swiper、movable-view 中使用。
查看下是否满足条件https://developers.weixin.qq.com/miniprogram/dev/component/native-component.html#%E5%8E%9F%E7%94%9F%E7%BB%84%E4%BB%B6%E7%9A%84%E4%BD%BF%E7%94%A8%E9%99%90%E5%88%B6