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) => {
imageType: 'tosReportImage',
identification: '',
}}
limitNums={5}
limitNums={1}
imgs={ImageSrc}
over={loading}
/>
......@@ -220,7 +220,7 @@ const service = (props: any) => {
imageType: 'tosReportImage',
identification: '',
}}
limitNums={5}
limitNums={1}
imgs={ImageSrc}
over={loading}
/>
......
......@@ -233,7 +233,7 @@ const service = (props: any) => {
imageType: 'tosReportImage',
identification: '',
}}
limitNums={5}
limitNums={1}
imgs={i.img}
/>
</Form.Item>
......@@ -273,7 +273,7 @@ const service = (props: any) => {
imageType: 'tosReportImage',
identification: '',
}}
limitNums={5}
limitNums={1}
imgs={i.img}
overs={true}
/>
......
/*
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx
......@@ -184,7 +184,7 @@ const service = (props: any) => {
imageType: 'tosReportImage',
identification: '',
}}
limitNums={5}
limitNums={1}
imgs={ImageSrc}
over={loading}
/>
......@@ -226,7 +226,7 @@ const service = (props: any) => {
imageType: 'tosReportImage',
identification: '',
}}
limitNums={5}
limitNums={1}
imgs={ImageSrc}
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