wx.playVoice({
filePath: that.data.http + FilePath,
success: function () {
console.log( '播放录音' )
},
fail: function () {
console.log( '播放失败' )
}
});
一直走fail
网友回复:
先调用 downloadFile ,拿到 tempFilePath ,再用这个 tempFilePath 去播放
先下载,在拿得到的地址去播放,确实走了success,但是完全没有声音啊,怎么破