wx.stopRecord({
success: function (res) {
voice.localId = res.localId;
},
fail: function (res) {
console.log(JSON.stringify(res));
}
});
偶尔会出现 fail
的情况,请问大概是什么原因造成的?
wx.stopRecord({
success: function (res) {
voice.localId = res.localId;
},
fail: function (res) {
console.log(JSON.stringify(res));
}
});
偶尔会出现 fail
的情况,请问大概是什么原因造成的?
10 回答11.7k 阅读
2 回答3.2k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
3 回答1.2k 阅读✓ 已解决
4 回答1.9k 阅读✓ 已解决
3 回答840 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
请问楼主问题解决了么