Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09ada60e70 | |||
| 46587f6b88 |
@@ -681,9 +681,7 @@ 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