|
|
@@ -92,7 +92,7 @@ const UpgradeModal = props => {
|
|
|
<Modal
|
|
|
getContainer={false}
|
|
|
width={800}
|
|
|
- title={modalTitleEnum[type]}
|
|
|
+ title={`确认${modalTitleEnum[type]}`}
|
|
|
visible={visible}
|
|
|
confirmLoading={loading}
|
|
|
onCancel={() => {
|
|
|
@@ -100,8 +100,7 @@ const UpgradeModal = props => {
|
|
|
onCancel()
|
|
|
form?.resetFields()
|
|
|
}}
|
|
|
- onOk={handleonOk}
|
|
|
- >
|
|
|
+ onOk={handleonOk}>
|
|
|
{type === lockTypeEnum.GIVE || type === lockTypeEnum.LEND || type === lockTypeEnum.SALE ? (
|
|
|
<div className="mb-6">
|
|
|
<p className="pb-3">
|