注释退款审核

This commit is contained in:
al 2024-12-26 19:32:43 +08:00
parent 1137e2d1b3
commit 70890cce84
1 changed files with 7 additions and 7 deletions

View File

@ -115,13 +115,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) {