diff --git a/.gitignore b/.gitignore index e0287e8..85e062f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ node_modules/ .DS_Store .swc .idea +package-lock.json \ No newline at end of file diff --git a/src/pages/userInfo/userInfo.tsx b/src/pages/userInfo/userInfo.tsx index 2ac95e5..7eb84b7 100644 --- a/src/pages/userInfo/userInfo.tsx +++ b/src/pages/userInfo/userInfo.tsx @@ -515,7 +515,9 @@ class UserInfo extends Component { 确认提交 ) : ( - 确认提交 + + 确认提交 + )} diff --git a/src/pages/userInfoDetail/userInfoDetail.tsx b/src/pages/userInfoDetail/userInfoDetail.tsx index 86eb30d..b0d333b 100644 --- a/src/pages/userInfoDetail/userInfoDetail.tsx +++ b/src/pages/userInfoDetail/userInfoDetail.tsx @@ -513,7 +513,9 @@ class UserInfoDetail extends Component { 保存 ) : ( - 保存 + + 保存 + )}