张涛 1 year ago
parent
commit
06c68e7a82
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/layouts/index.jsx

+ 2
- 0
src/layouts/index.jsx View File

@@ -27,6 +27,8 @@ export default (props) => {
27 27
   //   }
28 28
   // }, [person, user]);
29 29
 
30
+  console.log(person)
31
+  console.log(user)
30 32
   React.useMemo(() => {
31 33
     if (person && !user) {
32 34
       const currentPage = Taro.getCurrentPages().slice().pop();