From bd06efef61ebfb28129695443ee469befde4dee5 Mon Sep 17 00:00:00 2001 From: xuan Date: Thu, 1 Dec 2022 16:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E9=82=80=E8=AF=B7=E7=A0=81)?= =?UTF-8?q?:=20=E4=BF=AE=E5=A4=8D=E5=A4=8D=E5=88=B6=E9=82=80=E8=AF=B7?= =?UTF-8?q?=E7=A0=81=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inviteCode/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/inviteCode/index.tsx b/src/pages/inviteCode/index.tsx index 7527ed4..6127b7a 100644 --- a/src/pages/inviteCode/index.tsx +++ b/src/pages/inviteCode/index.tsx @@ -229,7 +229,7 @@ const InviteCode = () => { // 复制二维码 const handleCopyInviteCode = () => { Taro.setClipboardData({ - data: 'HWWG', + data: inviteInfo.invitation_code, }) } const handleChange = (value: boolean) => {