This commit is contained in:
Paidax
2025-08-13 16:00:10 +08:00
parent cc8216eff7
commit 8fcfafbd5a
64 changed files with 3309 additions and 327 deletions
+5 -5
View File
@@ -7,11 +7,11 @@ layout("/mobile/platform.html"){
}
.swiper {
height: 200px;
height: 180px;
}
.swiper img {
height: 200px;
height: 180px;
}
.module {
@@ -172,7 +172,7 @@ layout("/mobile/platform.html"){
<div id="app">
<!--首页-->
<div style="margin-bottom: 60px" v-if="active === 0">
<div style="margin-bottom: 60px;max-height: calc(100vh - 60px);overflow-y: auto" v-if="active === 0">
<!--轮播图-->
<van-swipe :autoplay="3000" class="swiper">
<van-swipe-item :key="index" v-for="(image, index) in images">
@@ -724,8 +724,8 @@ layout("/mobile/platform.html"){
const active = sessionStorage.getItem("zhgh-mobile-home-active")
this.active = active ? parseInt(active) : 0
// this.clickIndex = 2
// this.clickMenu = this.moduleMenus.find(o => o.moduleName === '日常办公')
this.clickIndex = 2
this.clickMenu = this.moduleMenus.find(o => o.moduleName === '职工权益')
}
})