diff --git a/src/pages/realtimeInfo/index.vue b/src/pages/realtimeInfo/index.vue index e527f10..1bc8b70 100644 --- a/src/pages/realtimeInfo/index.vue +++ b/src/pages/realtimeInfo/index.vue @@ -294,9 +294,9 @@ function onViewAll(type1) { } } -const timer = setInterval(() => { - initData(); -}, 5000); +// const timer = setInterval(() => { +// initData(); +// }, 5000); function showCalendar() { calendarShow.value = true; diff --git a/src/pages/realtimeInfo/indexRelease.vue b/src/pages/realtimeInfo/indexRelease.vue index a250e8e..23d9edc 100644 --- a/src/pages/realtimeInfo/indexRelease.vue +++ b/src/pages/realtimeInfo/indexRelease.vue @@ -223,9 +223,9 @@ function onViewAll(type) { } } -const timer = setInterval(() => { - initData(); -}, 5000); +// const timer = setInterval(() => { +// initData(); +// }, 5000); const LoginShow = ref(false); const isLoginStatus = ref(); diff --git a/src/pages/realtimeInfo/pc/indexPC.vue b/src/pages/realtimeInfo/pc/indexPC.vue index dbacc93..97db417 100644 --- a/src/pages/realtimeInfo/pc/indexPC.vue +++ b/src/pages/realtimeInfo/pc/indexPC.vue @@ -28,20 +28,26 @@ 行业分类: - {{ - item - }} + {{ item }} 概念标签: - {{ - item - }} + {{ item }} @@ -53,8 +59,13 @@ --> - + @@ -65,7 +76,6 @@ import { fetchArticleDetail } from "@/api/detail"; import LoginPopup from "@/components/loginPopup/index.vue"; import { Session } from "@/utils/storage"; - function goBack() { // uni.navigateBack(); @@ -154,7 +164,9 @@ const handlePopupErrorCallback = () => { } .menu_item { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: bold; font-size: 32rpx; color: #1a1a1a; @@ -184,7 +196,9 @@ const handlePopupErrorCallback = () => { } text { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: normal; font-size: 38rpx; color: #919191; @@ -201,7 +215,9 @@ const handlePopupErrorCallback = () => { } .title { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: bold; font-size: 48rpx; color: #1a1a1a; @@ -214,14 +230,18 @@ const handlePopupErrorCallback = () => { margin-top: 10rpx; .srouse { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: 400; font-size: 32rpx; color: #919191; } .time { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: 400; font-size: 32rpx; color: #919191; @@ -229,7 +249,9 @@ const handlePopupErrorCallback = () => { } .abstract { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: 400; font-size: 32rpx; color: #666666; @@ -244,8 +266,6 @@ const handlePopupErrorCallback = () => { border-radius: 20rpx; margin-top: 50rpx; - - } .r_tag_two { @@ -259,7 +279,9 @@ const handlePopupErrorCallback = () => { gap: 20rpx; .tag { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: 400; font-size: 26rpx; color: #ffb100; @@ -275,7 +297,9 @@ const handlePopupErrorCallback = () => { } .tag_title { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: 400; font-size: 28rpx; color: #999999; @@ -287,7 +311,9 @@ const handlePopupErrorCallback = () => { } .text { - font-family: PingFangSC, PingFang SC; + font-family: + PingFangSC, + PingFang SC; font-weight: 400; font-size: 32rpx; color: #1a1a1a;