Merge remote-tracking branch 'origin/main' into codex/risk-monitor-unblock-fix
This commit is contained in:
@@ -681,7 +681,9 @@ export default function WithdrawsPage() {
|
||||
<Space style={{ width: '100%', justifyContent: 'space-between', marginBottom: 16 }}>
|
||||
<div>
|
||||
<h2 style={{ marginBottom: 4 }}>提现审核</h2>
|
||||
<Text type="secondary">审核通过会立即发起微信打款,拒绝会退回用户现金余额。</Text>
|
||||
<Text type="secondary">
|
||||
针对赚钱页面的账户。审核通过会立即发起微信提现,拒绝会退回用户现金余额。
|
||||
</Text>
|
||||
</div>
|
||||
{canManage && (
|
||||
<Button danger icon={<ReloadOutlined />} onClick={reconcile}>
|
||||
|
||||
Reference in New Issue
Block a user