云开发储存的音乐播放不了
-
当前 Bug 的表现(可附上截图)
-
预期表现放在本地文件可以播放,用云开发里的地址放不了
-
复现路径
-
提供一个最简复现 Demo
<audio poster=“true” src=“cloud://radifkobe-ccfa44.7261-radifkobe-ccfa44/1.mp3” id=“greetings”></audio>
onReady:function(){
this.audioCtx = wx.createAudioContext(‘greetings’);
this.audioCtx.play()
}
