wx.stopRecord({
success: function (res) {
voice.localId = res.localId;
},
fail: function (res) {
console.log(JSON.stringify(res));
}
});
偶尔会出现 fail 的情况,请问大概是什么原因造成的?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号