Commit 889c15b7 by CaIon

fix: 隐藏无用按钮

parent 218cdb25
...@@ -292,15 +292,15 @@ const TopUp = () => { ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment