From c045400190f19ee2ad6433e71e3a58d5da720315 Mon Sep 17 00:00:00 2001 From: yezian Date: Sat, 4 Jan 2025 09:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8E=89=E9=80=80=E6=AC=BE=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/my/page.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/my/page.js b/app/my/page.js index 0b079c3..e614305 100644 --- a/app/my/page.js +++ b/app/my/page.js @@ -118,13 +118,13 @@ const My = () => { subTitle: account.data.account.role == 3 ? "创作者功能" : "完善资料后解锁", }, - { - url: `my/refund/refundList`, - iconUrl: "/icons/32DP/wallet.png", - title: "退款审核", - subTitle: - account.data.account.role == 3 ? "创作者功能" : "完善资料后解锁", - }, + // { + // url: `my/refund/refundList`, + // iconUrl: "/icons/32DP/wallet.png", + // title: "退款审核", + // subTitle: + // account.data.account.role == 3 ? "创作者功能" : "完善资料后解锁", + // }, // ...currentOld, ]; if (isInJoinProgress) {