1开发者工具没有模拟手机摇晃。微信小程序资源初始化之后,还需要做哪些设置?#微信小程序开发教程 ...。
2playVoice播放本地音频不生效,有输出下载的文件的路径,没报任何错误消息。
wx.downloadFile({
url: app.musicFilePath,
success: function(res) {
console.log(res.tempFilePath)
wx.playVoice({
filePath: res.tempFilePath,
fail: function(e){console.log(e)}
})
},
fail: function(e){console.log(e)}
})
本文网址:http://www.91bianli.com/weixinxiaochengxu/54384.html