wangfukang 3 weeks ago
parent
commit
8a5665b879
  1. 10
      pages/index/index.vue

10
pages/index/index.vue

@ -20,7 +20,7 @@
:interval="interval" :duration="duration">
<swiper-item v-for="(item,index) in adList" :key="index"
@tap="goAdPage(item)">
<img class="hero-bg-img" :src="item.pic" alt="" />
<image class="hero-bg-img" :src="item.pic" alt="" />
</swiper-item>
</swiper>
<view class="hero-bg-mask"></view>
@ -178,7 +178,7 @@
<view class="content-list" v-if="item.position == 'home_center_left_top' "
v-for="(item,index) in mallAds" :key="index" @tap="goAdPage(item)">
<view class="list-img">
<img :src="item.adImage" alt="">
<image :src="item.adImage" alt="">
<view class="list-type">正在拼</view>
</view>
<view class="list-product">
@ -197,7 +197,7 @@
<view class="content-list" v-if="item.position == 'home_center_left_bottom' "
v-for="(item,index) in mallAds" :key="index" @tap="goAdPage(item)">
<view class="list-img">
<img :src="item.adImage" alt="">
<image :src="item.adImage" alt="">
<view class="list-type">正在拼</view>
</view>
<view class="list-product">
@ -227,7 +227,7 @@
<view class="content-list" v-if="item.position == 'home_center_right_top' "
v-for="(item,index) in mallAds" :key="index" @tap="goAdPage(item)">
<view class="list-img">
<img :src="item.adImage" alt="">
<image :src="item.adImage" alt="">
<view class="list-type">正在拼</view>
</view>
<view class="list-product">
@ -246,7 +246,7 @@
<view class="content-list" v-if="item.position == 'home_center_right_bottom' "
v-for="(item,index) in mallAds" :key="index" @tap="goAdPage(item)">
<view class="list-img">
<img :src="item.adImage" alt="">
<image :src="item.adImage" alt="">
<view class="list-type">正在拼</view>
</view>
<view class="list-product">

Loading…
Cancel
Save