...
|
...
|
@@ -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>
|
...
|
...
|
|