diff --git a/src/pages/realtimeInfo/pc/components/PageTop.vue b/src/pages/realtimeInfo/pc/components/PageTop.vue index 4c51b4d..132bf98 100644 --- a/src/pages/realtimeInfo/pc/components/PageTop.vue +++ b/src/pages/realtimeInfo/pc/components/PageTop.vue @@ -2,22 +2,23 @@ - + + 资讯头条榜 - + 热门行业 - + 风口概念 - + 编辑精选 @@ -34,6 +35,7 @@ import { ref, onMounted, onUnmounted, reactive } from "vue"; import { onLoad, onShow } from "@dcloudio/uni-app"; import { Session } from "@/utils/storage"; + const tabIndex = ref(0); function tabChange(type) { // tabIndex.value = index; diff --git a/src/pages/realtimeInfo/pc/indexPC.vue b/src/pages/realtimeInfo/pc/indexPC.vue index 5e791f1..dbacc93 100644 --- a/src/pages/realtimeInfo/pc/indexPC.vue +++ b/src/pages/realtimeInfo/pc/indexPC.vue @@ -65,6 +65,7 @@ import { fetchArticleDetail } from "@/api/detail"; import LoginPopup from "@/components/loginPopup/index.vue"; import { Session } from "@/utils/storage"; + function goBack() { // uni.navigateBack(); @@ -243,6 +244,8 @@ const handlePopupErrorCallback = () => { border-radius: 20rpx; margin-top: 50rpx; + + } .r_tag_two { diff --git a/src/pages/realtimeInfo/pc/rank.vue b/src/pages/realtimeInfo/pc/rank.vue index 6215ecc..ad71015 100644 --- a/src/pages/realtimeInfo/pc/rank.vue +++ b/src/pages/realtimeInfo/pc/rank.vue @@ -1,6 +1,6 @@