|
|
@ -5,7 +5,7 @@ |
|
|
|
<text class="business-school-title-left">公司及产品资质</text> |
|
|
|
<text class="business-school-title-left">公司及产品资质</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="business-school-content"> |
|
|
|
<view class="business-school-content"> |
|
|
|
<swiper previous-margin="180rpx" next-margin="298rpx" :indicator-dots="true" :circular="true" :interval="3000" :duration="1000"> |
|
|
|
<swiper previous-margin="180rpx" next-margin="298grpx" :indicator-dots="true" :circular="true" :interval="3000" :duration="1000"> |
|
|
|
<swiper-item v-for="(item, idx) in state.companyData" :key="item.id"> |
|
|
|
<swiper-item v-for="(item, idx) in state.companyData" :key="item.id"> |
|
|
|
<image class="image" :src="item.image" mode="aspectFill" @tap="preivewImg(idx, state.companyData)"></image> |
|
|
|
<image class="image" :src="item.image" mode="aspectFill" @tap="preivewImg(idx, state.companyData)"></image> |
|
|
|
</swiper-item> |
|
|
|
</swiper-item> |
|
|
|