Commit 1cd5f8fc authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent 0fa11fac
...@@ -178,7 +178,7 @@ const service = (props: any) => { ...@@ -178,7 +178,7 @@ const service = (props: any) => {
imageType: 'tosReportImage', imageType: 'tosReportImage',
identification: '', identification: '',
}} }}
limitNums={5} limitNums={1}
imgs={ImageSrc} imgs={ImageSrc}
over={loading} over={loading}
/> />
...@@ -220,7 +220,7 @@ const service = (props: any) => { ...@@ -220,7 +220,7 @@ const service = (props: any) => {
imageType: 'tosReportImage', imageType: 'tosReportImage',
identification: '', identification: '',
}} }}
limitNums={5} limitNums={1}
imgs={ImageSrc} imgs={ImageSrc}
over={loading} over={loading}
/> />
......
...@@ -233,7 +233,7 @@ const service = (props: any) => { ...@@ -233,7 +233,7 @@ const service = (props: any) => {
imageType: 'tosReportImage', imageType: 'tosReportImage',
identification: '', identification: '',
}} }}
limitNums={5} limitNums={1}
imgs={i.img} imgs={i.img}
/> />
</Form.Item> </Form.Item>
...@@ -273,7 +273,7 @@ const service = (props: any) => { ...@@ -273,7 +273,7 @@ const service = (props: any) => {
imageType: 'tosReportImage', imageType: 'tosReportImage',
identification: '', identification: '',
}} }}
limitNums={5} limitNums={1}
imgs={i.img} imgs={i.img}
overs={true} overs={true}
/> />
......
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-03-02 14:39:40 * @Date: 2021-03-02 14:39:40
* @LastEditTime: 2021-06-01 16:56:45 * @LastEditTime: 2021-06-04 09:04:59
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx * @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx
...@@ -184,7 +184,7 @@ const service = (props: any) => { ...@@ -184,7 +184,7 @@ const service = (props: any) => {
imageType: 'tosReportImage', imageType: 'tosReportImage',
identification: '', identification: '',
}} }}
limitNums={5} limitNums={1}
imgs={ImageSrc} imgs={ImageSrc}
over={loading} over={loading}
/> />
...@@ -226,7 +226,7 @@ const service = (props: any) => { ...@@ -226,7 +226,7 @@ const service = (props: any) => {
imageType: 'tosReportImage', imageType: 'tosReportImage',
identification: '', identification: '',
}} }}
limitNums={5} limitNums={1}
imgs={ImageSrc} imgs={ImageSrc}
over={loading} over={loading}
/> />
......
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