qq 登录修复

This commit is contained in:
yml2213
2026-08-12 19:45:15 +08:00
parent 5074faf9f6
commit 4c978b923b
7 changed files with 88 additions and 19 deletions
+11 -1
View File
@@ -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}