From cac565506d8549c454a6666a0767c3c71854f72a Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 11 Jan 2025 12:07:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/my/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/my/index.vue b/src/pages/my/index.vue index a40e4fd..9deb151 100644 --- a/src/pages/my/index.vue +++ b/src/pages/my/index.vue @@ -174,7 +174,7 @@ const handleConvert = (type) => { } const handleSignIn = async () => { - // await getSignInAPI() + await getSignInAPI() const { data } = await getCommunityInviteFirstAPI() if (data.qiandaojiang) { showModal('签到成功,获得' + data.qiandaojiang + '积分')