3***@qq.com
3***@qq.com
  • 发布:2020-10-14 15:56
  • 更新:2020-10-14 15:56
  • 阅读:1797

【报Bug】uni.scanCode一直失败 走fail

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

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

HBuilderX类型: 正式

HBuilderX版本号: 2.8.13

手机系统: Android

手机系统版本号: Android 10

手机厂商: 小米

手机机型: Redmi K30 Pro

页面类型: nvue

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

uni.scanCode一直失败 走fail

预期结果:

uni.scanCode一直失败 走fail

实际结果:

uni.scanCode一直失败 走fail

bug描述:

uni.scanCode一直失败 走fail

toQr(str){  
                const that = this  
                console.log('执行了toQr()')  
                uni.scanCode({  
                    success: function (res) {  
                        console.log('条码类型:' + res.scanType);  
                        console.log('条码内容:' + res.result);  
                        if (str === 'one') {  
                            that.changeValueOne = res.result  
                            that.addClick()  
                        } else {  
                            that.changeValueTwo = res.result  
                            that.getWarehouseId()  
                        }  
                    },fail: function(err) {  
                        uni.showModal({  
                            content: 'Please scan the code again or enter it manually'+JSON.stringify(err),  
                            showCancel: false  
                        })  
                    }  
                });  
            },
2020-10-14 15:56 负责人:无 分享
已邀请:

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