@ -10,6 +10,7 @@
@click="handleMoreClick"
>
<text class="title">EPIC SOUL阅读体</text>
<view class="more-btn">更多 <uni-icons size="16" color="#000000" type="arrowright" /></view>
</div>
</view>
<!-- 轮播容器 -->
@ -86,6 +87,11 @@ export default {
this.getList();
},
methods: {
handleMoreClick(){
uni.switchTab({
url:'/pages/index/readingBody'
})
getList() {
this.Post(
{
@ -57,7 +57,7 @@
<!-- 右侧:头像和链接 -->
<view class="right-section">
<view class="avatar-container">
<view class="avatar-container" @click="toWebView">
<image
class="avatar"
src="https://epic.js-dyyj.com/uploads/20250728/7d9ba1fe109643681396cb03f60f3218.png"
@ -69,7 +69,7 @@
<text class="profile-title">文化工厂主理人</text>
<text class="profile-name">EVITA</text>
<view class="platform-link" @click="toWebView">
<view class="platform-link" >
<text class="link-text">平台简介 >></text>
@ -400,8 +400,8 @@ page {
/* 悬浮发布按钮 */
.fab-container {
position: fixed;
bottom: 200rpx;
right: 40rpx;
bottom: 250rpx;
right: 0rpx;
z-index: 999;
}