Browse Source

信息修改

1002884655 3 years ago
parent
commit
806b5bb02c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/index/activityDetail/index.jsx

+ 1
- 1
src/pages/index/activityDetail/index.jsx View File

31
 
31
 
32
 export default withLayout((props) => {
32
 export default withLayout((props) => {
33
   const { router, shareContent, trackData, person, page, showShareTimeline, setNavigationBarTitle } = props;
33
   const { router, shareContent, trackData, person, page, showShareTimeline, setNavigationBarTitle } = props;
34
-  const { id, eventType } = router.params;
34
+  const { id, eventType = 'dymic' } = router.params;
35
 
35
 
36
   const user = useSelector((state) => state.user);
36
   const user = useSelector((state) => state.user);
37
 
37