获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- uni.createInnerAudioContext()为什么会播放不完整?
第一次播放完整了,第二次及之后会到某个地方直接停止播放 this._audioContext = uni.createInnerAudioContext(); this._audioContext.src = this.questionList[this.step].tts_data[this.questionList[this.step].avatar_gender][0].url; this._audioContext.autoplay = false; this._audioContext.loop = false; this._audioContext.onError((res) => { console.log(res.errMsg); }); if(!this.muted){ this._audioContext.play(); }else{ this._audioContext.stop(); } this._audioContext.onEnded(()=>{ this.muted = true; });
07-17 - movable-view只能放大10倍吗?
有没有什么好的方法可以放更大的倍数?或者官方能不能调整一下?
04-11 - wx.getLoaction违规收集隐私怎么解决?
[图片] 目前线上的小程序并没有用这个接口,为什么还是违规收集appid:wx007f96b63365a71f
2023-12-12 - 微信小程序用户隐私保护指引审核中可以撤回吗?
用户隐私保护指引一直在审核中,我可以撤回吗?
2023-12-08