|
@@ -179,9 +179,9 @@ const getNewAnnounce=async ()=>{
|
|
|
getNewAnnounce()
|
|
|
|
|
|
//跳转至研报分类页
|
|
|
-const handleGoMoreClassify = () => {
|
|
|
- router.push({ path:'/report/classify' });
|
|
|
-};
|
|
|
+// const handleGoMoreClassify = () => {
|
|
|
+// router.push({ path:'/report/classify' });
|
|
|
+// };
|
|
|
|
|
|
//点击上新公告
|
|
|
const handleClickAnnounce=(data)=>{
|
|
@@ -278,8 +278,8 @@ onActivated(()=>{
|
|
|
:key="item.classify_name"
|
|
|
@click="clickFirstType(item)"
|
|
|
>{{ item.classify_name }}</div>
|
|
|
- <!-- 查看更多 -->
|
|
|
- <div class="see-more" @click="handleGoMoreClassify">查看更多</div>
|
|
|
+ <!-- 查看更多 2022-10-17 研报和首页分开,不显示查看更多按钮 https://share.lanhuapp.com/#/invite?sid=lxeTdwAa -->
|
|
|
+ <!-- <div class="see-more" @click="handleGoMoreClassify">查看更多</div> -->
|
|
|
</div>
|
|
|
<div class="sub-nav">
|
|
|
<span
|