k***@163.com
k***@163.com
  • 发布:2022-11-23 00:00
  • 更新:2022-11-23 00:00
  • 阅读:268

【报Bug】live-pusher 里面的 snapshot 方法 无论是成功回调还是fail 都没有结果

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 21H2

HBuilderX类型: 正式

HBuilderX版本号: 3.6.4

手机系统: Android

手机系统版本号: Android 12

手机厂商: 小米

手机机型: 小米12x

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

snapshot: function() {
debugger
console.log(1);
this.context.snapshot({
success: (e) => {
console.log(2);
console.log(JSON.stringify(e));
},
fail: (err) => {
console.log(err);
}
});
},

操作步骤:

···
snapshot: function() {
debugger
console.log(1);
this.context.snapshot({
success: (e) => {
console.log(2);
console.log(JSON.stringify(e));
},
fail: (err) => {
console.log(err);
}
});
},
···

预期结果:

···
预期结果是拿到拍摄的照片 ,但是函数未成功执行
···

实际结果:

···
snapshot: function() {
debugger
console.log(1);
this.context.snapshot({
success: (e) => {
console.log(2);
console.log(JSON.stringify(e));
},
fail: (err) => {
console.log(err);
}
});
},
···

bug描述:

live-pusher 里面的 snapshot 方法 无论是成功回调还是fail 都没有结果 使用debugger 真机测试 看到没走进函数直接跳出

2022-11-23 00:00 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复