diff --git a/public/react/src/modules/user/usersInfo/InfosTopics.js b/public/react/src/modules/user/usersInfo/InfosTopics.js index c84f23d32..b32cbc086 100644 --- a/public/react/src/modules/user/usersInfo/InfosTopics.js +++ b/public/react/src/modules/user/usersInfo/InfosTopics.js @@ -488,12 +488,12 @@ class InfosTopics extends Component{ 55?item.name:""} className="ml10 fl mt3 font-16 color-dark maxwidth900" href={ - category==="normal"?`/banks/normal/${item.id}?tab=0`: - category==="group"?`/banks/group/${item.id}?tab=0`: - category==="poll"?`/banks/poll/${item.id}`: - category==="exercise"?`/banks/exercise/${item.id}`: - category==="gtask"?`/banks/gtask/${item.id}`: - category==="gtopic"?`/banks/gtopic/${item.id}`:"" + category==="normal"?`/banks/normal/${item.id}/${types}?tab=0`: + category==="group"?`/banks/group/${item.id}/${types}?tab=0`: + category==="poll"?`/banks/poll/${item.id}/${types}`: + category==="exercise"?`/banks/exercise/${item.id}/${types}`: + category==="gtask"?`/banks/gtask/${item.id}/${types}`: + category==="gtopic"?`/banks/gtopic/${item.id}/${types}`:"" } > {item.name} diff --git a/public/react/src/modules/user/usersInfo/banks/BanksIndex.js b/public/react/src/modules/user/usersInfo/banks/BanksIndex.js index 6eeb59aa8..c41bb3914 100644 --- a/public/react/src/modules/user/usersInfo/banks/BanksIndex.js +++ b/public/react/src/modules/user/usersInfo/banks/BanksIndex.js @@ -149,13 +149,7 @@ class BanksIndex extends Component{ />) } }> - { - return () - } - }> + - { return () } }> - - {/*毕设任务题库详情*/} - { + return () + } + }> + {/*毕设任务题库详情*/} + () } > {/*毕设内容题库详情*/} - () } > {/*分组作业题库详情*/} - () } > {/* 普通作业题库详情*/} - () }