去掉主播提现页面7日前数据显示

This commit is contained in:
yezian 2024-10-20 01:48:48 +08:00
parent 66f85473da
commit b619268961
1 changed files with 0 additions and 14 deletions

View File

@ -85,9 +85,6 @@ export default function WithDrawal() {
verificationStatus:
verificationData.data?.realname_authentication_api_vo?.status,
withdrawal_diamond: withdrawalData.data.withdraw_diamonds,
day7_total_diamonds: withdrawalData.data.day7_total_diamonds,
day7_total_withdraw_diamonds:
withdrawalData.data.day7_total_withdraw_diamonds,
});
} catch (error) {
console.error(error);
@ -268,17 +265,6 @@ export default function WithDrawal() {
兑换比例10钻石=1RMB
</p>
</div>
<div className="flex flex-col mt-2 items-center justify-around w-full h-12 rounded-2xl bg-gradient-to-r from-[#FF668B] to-[#FF66F0]">
<p className="text-sm text-white font-medium">7日前(0~24)数据</p>
<div className="flex flex-row justify-around w-full">
<p className="text-xs text-white font-medium">
当日钻石收益{data?.day7_total_diamonds}
</p>
<p className="text-xs text-white font-medium">
今日此时已结算{data?.day7_total_withdraw_diamonds}
</p>
</div>
</div>
<p className="text-white text-base mt-2">
<span className="text-error">*</span>提现数量
</p>