Commit e815bd8d authored by cellee's avatar cellee

线上测试未发现预览问题

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent cc175906
......@@ -363,7 +363,7 @@ const Adds = (props: any) => {
<Form.Item name={['info', 'email']} noStyle rules={village[0] as any}>
<Input
style={{ marginLeft: '10px', width: '180px' }}
placeholder="Please enter Email"
placeholder="Please enter email"
/>
</Form.Item>
</Input.Group>
......@@ -383,9 +383,9 @@ const Adds = (props: any) => {
<Form.Item label="Property Fee" name="propertyFee" style={{ marginBottom: '0' }}>
<Checkbox.Group options={plainOptions} defaultValue={['1']} onChange={onChange} />
<div className="tip capi">
{/* <div className="tip capi">
<span>*</span>There will be a service charge for online payment
</div>
</div> */}
</Form.Item>
<hr />
......
......@@ -228,6 +228,7 @@ const ContractContent = (props: any) => {
setimgInfo(info); // 图片信息
} else {
setfileInfo(file); // 设置选择的文件
console.log(file);
settipModal(true);
}
};
......@@ -426,6 +427,7 @@ const ContractContent = (props: any) => {
<PDF
file={stringSplit(fileInfo.url, 'm/cash')}
page={pageNumber}
scale={1.25}
onDocumentComplete={onDocumentLoadSuccess}
/>
<Pagination
......
......@@ -20,6 +20,7 @@ const ChargeDetail = (props: any) => {
useEffect(() => {
console.log(CurData);
console.log(stringSplit(CurData.billFileUrl, 'm/cash'));
if (!CurData) {
history.back();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment