最近突然在部分安卓手机上无法播放视频,代码如下:
Page({
per: 0.70,
data: {
focus: false,
show: true,
chose: 0
},
onLoad:function(options){
this.setData({url: 'https://......'});
},
videoErrorCallback:function(e){
console.log(e);
}
})
错误日志日下:
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
看看