Browse Source

页面处理

dev_des
1054425342@qq.com 2 months ago
parent
commit
707486b390
  1. 6
      components/Book.vue
  2. 4
      components/DynamicIsland.vue
  3. 746
      pages/index/iSoul.vue
  4. 4
      pages/index/timeShopBank.vue

6
components/Book.vue

@ -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(
{

4
components/DynamicIsland.vue

@ -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>
<view class="platform-link" @click="toWebView">
<view class="platform-link" >
<text class="link-text">平台简介 >></text>
</view>
</view>

746
pages/index/iSoul.vue

File diff suppressed because it is too large

4
pages/index/timeShopBank.vue

@ -400,8 +400,8 @@ page {
/* 悬浮发布按钮 */
.fab-container {
position: fixed;
bottom: 200rpx;
right: 40rpx;
bottom: 250rpx;
right: 0rpx;
z-index: 999;
}

Loading…
Cancel
Save