获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- compressVideo码率已经调的很低了,然后480p的400M视频还能压缩失败?
uni.compressVideo({ src: tempFilePath, bitrate: 200, success: function (res){ that.videoUpload(res.tempFilePath); }, fail: function (err) { console.log(err) that.videoStatus = true; uni.showToast({ title:'视频压缩失败', icon:'none' },2000) } })
07-23 - uni写的小程序,切换后台的时候会触发页面的beforeDestroy吗?
uni写的小程序,切换后台的时候会触发页面的beforeDestroy吗?
2022-09-22