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>
|
</Space>
|
||||||
</Form>
|
</Form>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ display: 'flex', justifyContent: 'right' }}>
|
{/*<div style={{ display: 'flex', justifyContent: 'right' }}>*/}
|
||||||
<Text>
|
{/* <Text>*/}
|
||||||
<Link onClick={
|
{/* <Link onClick={*/}
|
||||||
async () => {
|
{/* async () => {*/}
|
||||||
window.location.href = '/topup/history'
|
{/* window.location.href = '/topup/history'*/}
|
||||||
}
|
{/* }*/}
|
||||||
}>充值记录</Link>
|
{/* }>充值记录</Link>*/}
|
||||||
</Text>
|
{/* </Text>*/}
|
||||||
</div>
|
{/*</div>*/}
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user