docs(withdraw): 添加单笔提现最高金额限制提示

- 在提现说明中新增第4条提示,说明单笔提现最高金额为200
- 提醒用户注意提现金额限制,避免超额申请
This commit is contained in:
2026-04-16 00:59:15 +08:00
parent 128a566162
commit daafca1d5d

View File

@@ -525,6 +525,7 @@ const DealerWithdraw: React.FC = () => {
1.
2.
3.
4. 200
</Text>
</View>
</CellGroup>