hookehuyr

fix(scan-checkin): 移除扫码 scanType 限制

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
......@@ -242,7 +242,6 @@ const handleScanCheckin = async () => {
const scanResult = await Taro.scanCode({
onlyFromCamera: false,
scanType: ['qrCode', 'barCode', 'WX_CODE'],
})
const scannedCode = scanResult.path || scanResult.result || ''
......