<videoclass="video"id="videoId1"src="{{url}}"autoplay="{{(show && ind == 0)}}"hidden="{{!(show && ind == 0)}}"bindended="bindended"bindfullscreenchange="screenChangeHandle"></video>
<videoclass="video"id="videoId2"src="{{url2}}"autoplay="{{(show && ind == 1)}}"hidden="{{!((show && ind == 1))}}"></video>
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
ios微信版本6.7.1 代码片段:wechatide://minicode/138cacmz7J27
你好,里面只有一个组件哦
<
view
class
=
"container"
>
<
video
class
=
"video"
id
=
"videoId1"
src
=
"{{url}}"
autoplay
=
"{{(show && ind == 0)}}"
hidden
=
"{{!(show && ind == 0)}}"
bindended
=
"bindended"
bindfullscreenchange
=
"screenChangeHandle"
></
video
>
<
video
class
=
"video"
id
=
"videoId2"
src
=
"{{url2}}"
autoplay
=
"{{(show && ind == 1)}}"
hidden
=
"{{!((show && ind == 1))}}"
></
video
>
</
view
>
你好,反馈已收到,问题确认中,感谢反馈
https://pan.baidu.com/s/1KzTXqKeMEU7F367U5LjAMA
我在网盘录了个复现步骤的视频