feat(dealer/withdraw): 更新提现手续费说明并添加对公转账选项

- 更新最低提现金额说明,增加每笔3元手续费信息- 在提现方式中添加对公转账选项
- 删除了withdraw.test.tsx文件,可能因为不再需要相关测试
This commit is contained in:
2025-09-06 02:26:05 +08:00
parent 92662a869b
commit d3ba1eaefa
2 changed files with 4 additions and 185 deletions

View File

@@ -303,7 +303,7 @@ const DealerWithdraw: React.FC = () => {
borderTop: '1px solid rgba(255, 255, 255, 0.3)'
}}>
<Text className="text-white text-opacity-80 text-xs">
¥100 |
¥100 | 3
</Text>
</View>
</View>
@@ -365,6 +365,9 @@ const DealerWithdraw: React.FC = () => {
<Cell>
<Radio value="bank"></Radio>
</Cell>
<Cell>
<Radio value="bank"></Radio>
</Cell>
</Cell.Group>
</Radio.Group>
</Form.Item>