注释退款审核

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: subTitle:
account.data.account.role == 3 ? "创作者功能" : "完善资料后解锁", account.data.account.role == 3 ? "创作者功能" : "完善资料后解锁",
}, },
{ // {
url: `my/refund/refundList`, // url: `my/refund/refundList`,
iconUrl: "/icons/32DP/wallet.png", // iconUrl: "/icons/32DP/wallet.png",
title: "退款审核", // title: "退款审核",
subTitle: // subTitle:
account.data.account.role == 3 ? "创作者功能" : "完善资料后解锁", // account.data.account.role == 3 ? "创作者功能" : "完善资料后解锁",
}, // },
// ...currentOld, // ...currentOld,
]; ];
if (isInJoinProgress) { if (isInJoinProgress) {