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> </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>