下掉退款审核入口
This commit is contained in:
parent
92fd681cc8
commit
c045400190
|
@ -118,13 +118,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) {
|
||||||
|
|
Loading…
Reference in New Issue