ios中cover-image 的bindload无法触发执行
<cover-image class=“sound-style” src=“https://imsyky-mini-program.oss-cn-beijing.aliyuncs.com/mysky-demo/videoPng1108/Cat1111c.gif” binderror=“loadError” bindload=“loadimage”></cover-image>
loadimage:function(){
console.log(“gif图加载完毕”);
},
loadError:function(){
console.log(“gif图加载失败”);
}
ios中不能监听到binderror和bindload
