mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-19 00:46:37 +08:00
fix: 隐藏无用按钮
This commit is contained in:
parent
0640dd81fd
commit
6a83c8ad86
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user