Browse Source

页面处理

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

6
components/Book.vue

@ -10,6 +10,7 @@
@click="handleMoreClick" @click="handleMoreClick"
> >
<text class="title">EPIC SOUL阅读体</text> <text class="title">EPIC SOUL阅读体</text>
<view class="more-btn">更多 <uni-icons size="16" color="#000000" type="arrowright" /></view>
</div> </div>
</view> </view>
<!-- 轮播容器 --> <!-- 轮播容器 -->
@ -86,6 +87,11 @@ export default {
this.getList(); this.getList();
}, },
methods: { methods: {
handleMoreClick(){
uni.switchTab({
url:'/pages/index/readingBody'
})
},
getList() { getList() {
this.Post( this.Post(
{ {

4
components/DynamicIsland.vue

@ -57,7 +57,7 @@
<!-- 右侧头像和链接 --> <!-- 右侧头像和链接 -->
<view class="right-section"> <view class="right-section">
<view class="avatar-container"> <view class="avatar-container" @click="toWebView">
<image <image
class="avatar" class="avatar"
src="https://epic.js-dyyj.com/uploads/20250728/7d9ba1fe109643681396cb03f60f3218.png" src="https://epic.js-dyyj.com/uploads/20250728/7d9ba1fe109643681396cb03f60f3218.png"
@ -69,7 +69,7 @@
<text class="profile-title">文化工厂主理人</text> <text class="profile-title">文化工厂主理人</text>
<text class="profile-name">EVITA</text> <text class="profile-name">EVITA</text>
</view> </view>
<view class="platform-link" @click="toWebView"> <view class="platform-link" >
<text class="link-text">平台简介 >></text> <text class="link-text">平台简介 >></text>
</view> </view>
</view> </view>

3062
pages/index/iSoul.vue

File diff suppressed because it is too large

4
pages/index/timeShopBank.vue

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

Loading…
Cancel
Save