5***@qq.com
5***@qq.com
  • 发布:2023-10-21 15:18
  • 更新:2023-10-21 16:04
  • 阅读:173

屏幕尺寸:640*360,AR眼镜扫码uni.scanCode画面被旋转了,安卓11,云打包,编辑器版本3.8.12

分类:uni-app

// 扫码
scanCodeHandle() {
var that=this
// plus.screen.lockOrientation('landscape-primary');
uni.scanCode({
success: function(res) {
console.log('条码类型:' + res.scanType);
console.log('条码内容:' + res.result);
const lo = res.result.split(',')
console.log(lo)
that.loginForm = {
username: lo[0],
password: lo[1]
}
console.log(this.loginForm)
that.tologin()
},
fail: function(err) {
console.log('扫码失败', err)
}
})
},

2023-10-21 15:18 负责人:无 分享
已邀请:
喜欢技术的前端

喜欢技术的前端 - QQ---445849201

可以先用插件市场的扫码插件

要回复问题请先登录注册