From d7379c37e8a59e65be960e2568684992b3ae5e2b Mon Sep 17 00:00:00 2001 From: blak-kong <546598185@qq.com> Date: Fri, 22 Mar 2024 17:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=BA=8F=E5=88=97=E5=8F=B7?= =?UTF-8?q?=E4=BD=8D=E7=BD=AEbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/instrument/pages/instrument/instrument.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/instrument/pages/instrument/instrument.tsx b/src/instrument/pages/instrument/instrument.tsx index 03f1141..690c5ea 100644 --- a/src/instrument/pages/instrument/instrument.tsx +++ b/src/instrument/pages/instrument/instrument.tsx @@ -530,7 +530,7 @@ class Instrument extends Component { openLookSerialPosition = () => { console.log(this.state.channelInfo); - if (this.state.channelInfo.manualCodeBinding) { + if (this.state.channelInfo.serial) { this.setState({ isSerialPosition: true }); } else { msg("暂无图片"); @@ -618,8 +618,8 @@ class Instrument extends Component { }