app.json 里的代码:
"plugins": {
"tencentvideo":{
"version": "1.1.1",
"provider": ""
}
视频播放页面json里的代码:
"usingComponents": {
"txv-video": "plugin://tencentvideo/video"
},
视频列表页代码:
<view class="videoBox" wx:for="{{dataStr}}" wx:for-item="item" wx:for-index="key" data-url="{{item.contenturl}}" >
<view class="videoContent">
<txv-video vid="{{item.contenturl}}" autoplay="{{false}}" playerid="txv{{item.id}}"></txv-video>
</view>
</view>
请问如何解决的?同样的问题。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)