commit
This commit is contained in:
@@ -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 === '职工权益')
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user