提现页面增加近一周收益情况入口,删除原来7日前数据展示
This commit is contained in:
parent
5de2a0d848
commit
c12c77e235
|
@ -85,9 +85,6 @@ export default function WithDrawal() {
|
||||||
verificationStatus:
|
verificationStatus:
|
||||||
verificationData.data?.realname_authentication_api_vo?.status,
|
verificationData.data?.realname_authentication_api_vo?.status,
|
||||||
withdrawal_diamond: withdrawalData.data.withdraw_diamonds,
|
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) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
@ -268,17 +265,12 @@ export default function WithDrawal() {
|
||||||
兑换比例:10钻石=1RMB
|
兑换比例:10钻石=1RMB
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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]">
|
<Link
|
||||||
<p className="text-sm text-white font-medium">7日前(0~24点)数据</p>
|
className="flex flex-col mt-2 btn rounded-2xl bg-gradient-to-r from-[#FF668B] to-[#FF66F0] items-center text-base font-medium"
|
||||||
<div className="flex flex-row justify-around w-full">
|
href={"/bill/income/income_querry"}
|
||||||
<p className="text-xs text-white font-medium">
|
>
|
||||||
当日钻石收益:{data?.day7_total_diamonds}
|
<p className="text-white font-medium text-base">查看近一周收益情况</p>
|
||||||
</p>
|
</Link>
|
||||||
<p className="text-xs text-white font-medium">
|
|
||||||
今日此时已结算:{data?.day7_total_withdraw_diamonds}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<p className="text-white text-base mt-2">
|
<p className="text-white text-base mt-2">
|
||||||
<span className="text-error">*</span>提现数量
|
<span className="text-error">*</span>提现数量
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue