|
|
|
@ -1357,6 +1357,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 轮播图 --> |
|
|
|
<<<<<<< HEAD |
|
|
|
<!-- <view v-if="item.zone_code=='HONLIST2' && item.zone_status=='NORMAL'" :current="mycurrent"> |
|
|
|
<swiper v-for="(item1,index1) in item.blocks" :key="item1.block_id" style="height: 600rpx;" previous-margin="140rpx" next-margin="140rpx" @change="handlechange" :current="mycurrent" :indicator-dots="true" :circular="true" :interval="3000" :duration="1000"> |
|
|
|
<swiper-item v-for="i,index in 10" :key="i"> |
|
|
|
@ -1364,6 +1365,21 @@ |
|
|
|
<image :src="item1.block_pic" mode="" |
|
|
|
:style="{width:(item.zone_code=='HONLIST2')?420+'rpx':'',height:item.zone_column+'rpx'}" |
|
|
|
@click="imgTo(itesm1)"></image> |
|
|
|
======= |
|
|
|
<!-- <view> --> |
|
|
|
<!-- previous-margin指的是当前图片的左边框距离屏幕最左边的距离 --> |
|
|
|
<!-- <swiper class="spike1 page_padding" scroll-x="true" :show-scrollbar="false" |
|
|
|
v-if="item.zone_code=='HONLIST2' && item.zone_status=='NORMAL'" style="height: 600rpx;" |
|
|
|
previous-margin="140rpx" next-margin="140rpx" @change="handlechange" :current="mycurrent" |
|
|
|
:indicator-dots="true" :circular="true" :interval="3000" :duration="1000"> |
|
|
|
<swiper-item v-for="(item1,index1) in item.blocks" :key="item1.block_id"> --> |
|
|
|
<!-- v-for="(item1,index1) in item.blocks" :key="item1.block_id"> --> |
|
|
|
<!-- v-for="i,index in 10" :key="i" --> |
|
|
|
<!-- <view :class="['swiper-items',index==mycurrent ? 'active' : '']"> |
|
|
|
<img :src="item1.block_pic" mode="" |
|
|
|
:style="{width:(item.zone_code=='HONLIST2')?420+'rpx':'',height:item.zone_column+'rpx'}" |
|
|
|
@click="imgTo(item1)"> |
|
|
|
>>>>>>> parent of 3509ff0 (样式修改) |
|
|
|
</view> |
|
|
|
</swiper-item> |
|
|
|
</swiper> |
|
|
|
|