自定义组件中使用video组件,页面中引用多次自定义组件,怎么控制同时只有一个video播放?
自定义组件wxml
自定义组件js
调用页面
<videoView id=“other1” />
<videoView id=“other2” />
<videoView id=“other3” />
自定义组件wxml
自定义组件js
调用页面
<videoView id=“other1” />
<videoView id=“other2” />
<videoView id=“other3” />