个人案例
暂无发表的小程序案例
- camera组件,调用stopRecord在安卓手机success和fail的回调同时执行吗?
camera组件,调用stopRecord在安卓手机success和fail的回调会同时执行,并且success回调中的tempVideoPath为null?安卓手机好多都有这个问题而且复现的次数很多。 [图片] 以下是代码片段: [图片] stopShootVideo() { this.setData({ flag: false, title: false }) this.ctx.stopRecord({ compressed: true, //压缩视频 success: (res) => { console.log('成功-----', res) this.setData({ duration: res.duration, videoFile: res.tempVideoPath }) this.uploadVideo(res.tempThumbPath, 0) }, fail(err) { console.log('失败-----', err) wx.showToast({ title: '录像失败,请重试', icon: 'none', duration: 4000 }) } }) },
2021-01-07 - official-account设置场景值1089在线上不显示?
official-account设置场景值1089在线上不显示,已确仁设置场景值1089,且小程序和公众号在同一主体下[图片]
2020-08-04