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) => { ...@@ -363,7 +363,7 @@ const Adds = (props: any) => {
<Form.Item name={['info', 'email']} noStyle rules={village[0] as any}> <Form.Item name={['info', 'email']} noStyle rules={village[0] as any}>
<Input <Input
style={{ marginLeft: '10px', width: '180px' }} style={{ marginLeft: '10px', width: '180px' }}
placeholder="Please enter Email" placeholder="Please enter email"
/> />
</Form.Item> </Form.Item>
</Input.Group> </Input.Group>
...@@ -383,9 +383,9 @@ const Adds = (props: any) => { ...@@ -383,9 +383,9 @@ const Adds = (props: any) => {
<Form.Item label="Property Fee" name="propertyFee" style={{ marginBottom: '0' }}> <Form.Item label="Property Fee" name="propertyFee" style={{ marginBottom: '0' }}>
<Checkbox.Group options={plainOptions} defaultValue={['1']} onChange={onChange} /> <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 <span>*</span>There will be a service charge for online payment
</div> </div> */}
</Form.Item> </Form.Item>
<hr /> <hr />
......
...@@ -228,6 +228,7 @@ const ContractContent = (props: any) => { ...@@ -228,6 +228,7 @@ const ContractContent = (props: any) => {
setimgInfo(info); // 图片信息 setimgInfo(info); // 图片信息
} else { } else {
setfileInfo(file); // 设置选择的文件 setfileInfo(file); // 设置选择的文件
console.log(file);
settipModal(true); settipModal(true);
} }
}; };
...@@ -426,6 +427,7 @@ const ContractContent = (props: any) => { ...@@ -426,6 +427,7 @@ const ContractContent = (props: any) => {
<PDF <PDF
file={stringSplit(fileInfo.url, 'm/cash')} file={stringSplit(fileInfo.url, 'm/cash')}
page={pageNumber} page={pageNumber}
scale={1.25}
onDocumentComplete={onDocumentLoadSuccess} onDocumentComplete={onDocumentLoadSuccess}
/> />
<Pagination <Pagination
......
...@@ -20,6 +20,7 @@ const ChargeDetail = (props: any) => { ...@@ -20,6 +20,7 @@ const ChargeDetail = (props: any) => {
useEffect(() => { useEffect(() => {
console.log(CurData); console.log(CurData);
console.log(stringSplit(CurData.billFileUrl, 'm/cash'));
if (!CurData) { if (!CurData) {
history.back(); 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