From 05e2a3a4737f18e3393d257e5550b60228da3c87 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Fri, 12 Sep 2025 16:31:18 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=9C=A8feat:=20=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=A2=9E=E5=8A=A0=E5=A4=8D=E5=88=B6=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=8F=B7"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 89431e9ec37c003fa36c35042633f9d52a3e92df. --- src/components/OrderProfile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/OrderProfile.jsx b/src/components/OrderProfile.jsx index 2c9efc2..767d5ff 100644 --- a/src/components/OrderProfile.jsx +++ b/src/components/OrderProfile.jsx @@ -97,7 +97,7 @@ const OrderProfile = ({ coliSN, ...props }) => { {orderDetail.order_no} - { + { navigator.clipboard.writeText(orderDetail.order_no) message.success('已复制😀') }}/>