作者 xuqiang

提交

... ... @@ -25,7 +25,7 @@
<view class="empTopH"></view>
<!-- @change="changeImg" -->
<!-- :style="{height:swiperHeight+'px'}" -->
<swiper class="imgSwiper" @change="changeImg" :indicator-dots="true" :indicator-active-color="'#35655f'" :indicator-color="'rgba(0,0,0,0.3)'" :circular="true">
<swiper class="imgSwiper" @change="changeImg" :indicator-dots="articleInfo.images.length > 1 ? true : false" :indicator-active-color="'#35655f'" :indicator-color="'rgba(0,0,0,0.3)'" :circular="true">
<swiper-item v-for="(item,index) in articleInfo.images" :key="index" @click="closeAllAlert">
<view class="swiper-item" :style="{'align-items':swiperHeight >= 480 ? 'flex-start' : 'center'}">
<image :src="item" mode="widthFix"></image>
... ...
... ... @@ -312,12 +312,7 @@
computed:{
...mapState(["isLogin","userinfo","isSDKReady"])
},
onShow(){
this.showList = false
this.current_page = 1
this.last_page = 0
this.param.page = 1
this.list = []
onLoad(){
this.getData()
},
onHide() {
... ...