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,7 +430,6 @@ export default ({ setVisible, prepaymentObject, onClose }) => {
430 <ProFormSelect 430 <ProFormSelect
431 name="rechargeType" 431 name="rechargeType"
432 label="充值类型" 432 label="充值类型"
433 - initialValue="normal"  
434 valueEnum={{ 433 valueEnum={{
435 normal: '普通充值', 434 normal: '普通充值',
436 privatePocket: '隐私钱包充值', 435 privatePocket: '隐私钱包充值',