diff --git a/AccountCenter/src/index.tsx b/AccountCenter/src/index.tsx index 08e0a355b363b6a79e7a81b5de055a3419700dcb..18a47be6d23cd723151bb672791a4f697d513314 100644 --- a/AccountCenter/src/index.tsx +++ b/AccountCenter/src/index.tsx @@ -210,7 +210,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends PureComponent<
团队
- {currentUser.notice.map(item => ( + {currentUser.notice && currentUser.notice.map(item => ( diff --git a/UserRegister/src/index.tsx b/UserRegister/src/index.tsx index d90f5afb65af9bc9e4f9df0a7a2e3e0aba04f48d..d9a27a89a3b04bf374b2a477111d8170b0952ad9 100644 --- a/UserRegister/src/index.tsx +++ b/UserRegister/src/index.tsx @@ -365,7 +365,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< > - +