修改扫码

This commit is contained in:
18796357645 2025-07-19 12:12:26 +08:00
parent becc1a90ee
commit 2582528193

View File

@ -87,7 +87,7 @@ export default {
},
scanCode () {
uni.scanCode({
onlyFromCamera: true, //
onlyFromCamera: false, //
scanType: ['qrCode'], //
success: (res) => {
console.log('扫码结果:', res);