From c37712d2b542daaacb011e324fcc957fb697d65b Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 20 Jul 2026 16:52:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:scScanner=E5=86=85=E7=BD=AE=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E6=9E=AA=E8=BE=93=E5=85=A5=E6=A1=86=E6=94=B9=E4=B8=BA?= =?UTF-8?q?opt-in(=E9=BB=98=E8=AE=A4=E9=9A=90=E8=97=8F),=E6=B6=88=E9=99=A4?= =?UTF-8?q?=E4=B8=8E=E8=B0=83=E7=94=A8=E9=A1=B5=E8=87=AA=E6=9C=89=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增showInput prop默认false,恢复提交前布局:套壳环境仍显示原生扫码按钮, PC/平板枪照旧走各页自有输入框。需集中式扫码框时显式:showInput="true"。 Co-Authored-By: Claude Opus 4.8 (1M context) --- src/components/scScanner.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/scScanner.vue b/src/components/scScanner.vue index 2f03bc60..27a29899 100644 --- a/src/components/scScanner.vue +++ b/src/components/scScanner.vue @@ -2,7 +2,9 @@