fix: 隐藏无用按钮

This commit is contained in:
CaIon 2024-03-08 20:14:49 +08:00
parent 0640dd81fd
commit 6a83c8ad86

View File

@ -292,15 +292,15 @@ const TopUp = () => {
</Space>
</Form>
</div>
<div style={{ display: 'flex', justifyContent: 'right' }}>
<Text>
<Link onClick={
async () => {
window.location.href = '/topup/history'
}
}>充值记录</Link>
</Text>
</div>
{/*<div style={{ display: 'flex', justifyContent: 'right' }}>*/}
{/* <Text>*/}
{/* <Link onClick={*/}
{/* async () => {*/}
{/* window.location.href = '/topup/history'*/}
{/* }*/}
{/* }>充值记录</Link>*/}
{/* </Text>*/}
{/*</div>*/}
</Card>
</div>