diff --git a/app/auth/setpassword/page.jsx b/app/auth/setpassword/page.jsx index 8c94e06..7b62d4f 100644 --- a/app/auth/setpassword/page.jsx +++ b/app/auth/setpassword/page.jsx @@ -77,7 +77,6 @@ export default function SetPassword() { } ); const data = await response.json(); - console.log(data); if (data.ret === -1) { Toast.show({ content: data.msg, diff --git a/app/zone/[user_id]/page.jsx b/app/zone/[user_id]/page.jsx index 17ead5e..96db3f2 100644 --- a/app/zone/[user_id]/page.jsx +++ b/app/zone/[user_id]/page.jsx @@ -140,14 +140,20 @@ export default function Zone({ params }) {
document.getElementById("comfirm_modal").showModal()} + onClick={() => { + copyAndSetCookieInviter(); + document.getElementById("comfirm_modal").showModal(); + }} >

查看更多内容

document.getElementById("comfirm_modal").showModal()} + onClick={() => { + copyAndSetCookieInviter(); + document.getElementById("comfirm_modal").showModal(); + }} >

解锁Ta的微信