From addbabac64aafd7e7a9345bf81cc641e8b7eb40b Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Thu, 9 Mar 2023 16:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001473):=E3=80=90?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=95=86=E5=9F=8E=E3=80=91-=E5=8A=9F?= =?UTF-8?q?=E8=83=BD{-=E5=8F=91=E8=B4=A7=E5=88=97=E8=A1=A8}=EF=BC=9A?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=89=AB=E7=A0=81=E6=B2=A1=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/delivery/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/delivery/index.tsx b/src/pages/delivery/index.tsx index 448728d..61d52ea 100644 --- a/src/pages/delivery/index.tsx +++ b/src/pages/delivery/index.tsx @@ -151,6 +151,7 @@ const Delivery: FC = () => { const handleScan = () => { Taro.scanCode({ success(res) { + console.log(res, '22222') setSearch(e => ({ ...e, delivery_notice_order_no: res.result })) }, fail(res) { @@ -177,7 +178,7 @@ const Delivery: FC = () => { return ( - +