From 978ba766b33f52832c935437c46c46d6be55f086 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 20 Jan 2026 22:08:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=8C=E7=BB=B4=E7=A0=81=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/my/deviceList.vue | 2 +- src/pages/main/home.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/my/deviceList.vue b/src/my/deviceList.vue index 027f2fb..ac8ca7a 100644 --- a/src/my/deviceList.vue +++ b/src/my/deviceList.vue @@ -323,7 +323,7 @@ function goScan() { Taro.scanCode({ success: (res) => { const result = res.result; - deviceScan({ qrcode: result }).then((v) => { + deviceScan({ qrCode: result }).then((v) => { if (v.code == 200) { params.devType = String(v.data.deviceType); params.devNum = v.data.serialNum; diff --git a/src/pages/main/home.vue b/src/pages/main/home.vue index de2fed7..d9ac1a2 100644 --- a/src/pages/main/home.vue +++ b/src/pages/main/home.vue @@ -1149,7 +1149,7 @@ function goScan() { Taro.scanCode({ success: (res) => { const result = res.result; - deviceScan({ qrcode: result }).then((v) => { + deviceScan({ qrCode: result }).then((v) => { if (v.code == 200) { params.devType = String(v.data.deviceType); params.devNum = v.data.serialNum;