diff --git a/src/pages/JDCX/index.jsx b/src/pages/JDCX/index.jsx index acad0a7..0eb3796 100644 --- a/src/pages/JDCX/index.jsx +++ b/src/pages/JDCX/index.jsx @@ -136,7 +136,7 @@ const Progress = (props) => { { tabList.map((item) => { return ( - + ); }) } diff --git a/src/pages/YBSX/index.jsx b/src/pages/YBSX/index.jsx index fbae96a..1e81cb7 100644 --- a/src/pages/YBSX/index.jsx +++ b/src/pages/YBSX/index.jsx @@ -86,7 +86,7 @@ const Done = (props) => { { tabList.map((item) => { return ( - + ); }) } diff --git a/src/pages/ZBSX/index.jsx b/src/pages/ZBSX/index.jsx index 3c81ddd..7e3296a 100644 --- a/src/pages/ZBSX/index.jsx +++ b/src/pages/ZBSX/index.jsx @@ -128,7 +128,7 @@ const Doing = (props) => { { tabList.map((item) => { return ( - + ); }) }