qq 登录修复
This commit is contained in:
@@ -309,7 +309,17 @@ export default function YybRechargePage() {
|
||||
)}
|
||||
{status === 'ordering' && (
|
||||
<Space direction="vertical" size={10} style={{ width: '100%' }}>
|
||||
<Spin tip={task.message || '正在生成付款码'}><div style={{ height: 40 }} /></Spin>
|
||||
<Alert type="info" showIcon
|
||||
message="正在生成微信付款码"
|
||||
description="下单与付款码生成约需 30~60 秒,请勿关闭页面;生成后二维码会自动显示。" />
|
||||
<div style={{
|
||||
width: 280, height: 280, border: '2px dashed #d9d9d9', borderRadius: 12,
|
||||
display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center',
|
||||
gap: 12, background: '#fafafa',
|
||||
}}>
|
||||
<Spin size="large" />
|
||||
<Text type="secondary">付款码生成中...</Text>
|
||||
</div>
|
||||
{showLogs && (
|
||||
<Collapse
|
||||
activeKey={logsOpen ? ['logs'] : undefined}
|
||||
|
||||
Reference in New Issue
Block a user