Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bdd0000535 |
@@ -681,7 +681,9 @@ export default function WithdrawsPage() {
|
|||||||
<Space style={{ width: '100%', justifyContent: 'space-between', marginBottom: 16 }}>
|
<Space style={{ width: '100%', justifyContent: 'space-between', marginBottom: 16 }}>
|
||||||
<div>
|
<div>
|
||||||
<h2 style={{ marginBottom: 4 }}>提现审核</h2>
|
<h2 style={{ marginBottom: 4 }}>提现审核</h2>
|
||||||
<Text type="secondary">审核通过会立即发起微信打款,拒绝会退回用户现金余额。</Text>
|
<Text type="secondary">
|
||||||
|
针对赚钱页面的账户。审核通过会立即发起微信提现,拒绝会退回用户现金余额。
|
||||||
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
{canManage && (
|
{canManage && (
|
||||||
<Button danger icon={<ReloadOutlined />} onClick={reconcile}>
|
<Button danger icon={<ReloadOutlined />} onClick={reconcile}>
|
||||||
|
|||||||
Reference in New Issue
Block a user