Commit 6342a0dcd345da0f3913a88d229c78d80154ffef

Authored by boyang
1 parent 29930e03

fix: 修改隐私钱包

src/pages/Prepaid/components/RechargePrepaymentModal.tsx
... ... @@ -430,7 +430,6 @@ export default ({ setVisible, prepaymentObject, onClose }) => {
430 430 <ProFormSelect
431 431 name="rechargeType"
432 432 label="充值类型"
433   - initialValue="normal"
434 433 valueEnum={{
435 434 normal: '普通充值',
436 435 privatePocket: '隐私钱包充值',
... ...