diff --git a/src/components/articleList/index2.vue b/src/components/articleList/index2.vue index 2b9b334..f058f63 100644 --- a/src/components/articleList/index2.vue +++ b/src/components/articleList/index2.vue @@ -18,15 +18,17 @@ - - + + - + @@ -160,6 +162,7 @@ const handleClick = (item: any) => { text-align: left; font-style: normal; } + .listItemTitle { // font-size: 32rpx; // font-size: var(--h1-font-size); diff --git a/src/pages/sreachReq/index.vue b/src/pages/sreachReq/index.vue index 5175721..fbc4d0e 100644 --- a/src/pages/sreachReq/index.vue +++ b/src/pages/sreachReq/index.vue @@ -20,19 +20,12 @@ - + - + 搜索 @@ -44,11 +37,7 @@ - @@ -62,7 +51,8 @@ - + @@ -152,14 +142,10 @@ const handleShowPay = (type) => { // 点击轮播图进入详情 const handleSwiperJump = (item: any) => { console.log("item ===>", item); - if (uni.getStorageSync("token")) { + if (Session.get("token")) { uni.navigateTo({ url: `/pages/detail/indexNewsInfo?id=${item.id}&type=${item.type}`, }); - } else { - uni.navigateTo({ - url: "/pages/login/indexMini", - }); } // if (item.needpay) { // // 需要先弹出订阅的弹框 @@ -309,11 +295,13 @@ onShow(() => { color: #828b92; } } + .back_icon { width: 50rpx; height: 50rpx; margin-left: 10rpx; } + .custom-bav-bar { width: 100%; height: 88rpx;