提交 cd6eff3c authored 作者: 常超凡's avatar 常超凡

新的修改

上级 8053446c
...@@ -116,11 +116,8 @@ Page({ ...@@ -116,11 +116,8 @@ Page({
console.log(888888888); console.log(888888888);
if (d_result_zy > 0.546 || d_result_zy < 0.445 || d_result_sx > 0.571 || d_result_sx < 0.45) { if (d_result_zy > 0.546 || d_result_zy < 0.445 || d_result_sx > 0.571 || d_result_sx < 0.45) {
console.log(666666); console.log(666666);
tag = true
wx.showToast({
title: '请把识别二维码对准拍照框',
})
} else {
console.log('识别二维码成功'); console.log('识别二维码成功');
// 原图(默认放大两倍) // 原图(默认放大两倍)
const photo1 = await that.handleTakePoto(wx.createCameraContext(), 1) const photo1 = await that.handleTakePoto(wx.createCameraContext(), 1)
...@@ -159,7 +156,13 @@ Page({ ...@@ -159,7 +156,13 @@ Page({
showPage: pageType showPage: pageType
}) })
}) })
} } else {
tag = true
wx.showToast({
title: '请把识别二维码对准拍照框',
})
}
} catch (error) { } catch (error) {
tag = true tag = true
wx.showToast({ wx.showToast({
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论