feat(dealer/withdraw): 更新提现手续费说明并添加对公转账选项
- 更新最低提现金额说明,增加每笔3元手续费信息- 在提现方式中添加对公转账选项 - 删除了withdraw.test.tsx文件,可能因为不再需要相关测试
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user