|
@@ -2,10 +2,14 @@
|
|
|
<view class="pages">
|
|
|
<view class="appAdv">
|
|
|
<swiper class="swiper" :indicator-dots="swiper.indicatorDots" :autoplay="swiper.autoplay" :interval="swiper.interval" :duration="swiper.duration">
|
|
|
- <!-- <swiper-item v-for="(item,index) in albumPics" :key="index"> -->
|
|
|
- <swiper-item>
|
|
|
- <view class="adv-item"><image :src="$getimg+product.pic|miniImg(50)+'/thumbnail/750x'" class="pic" mode="aspectFit"></image></view>
|
|
|
+ <swiper-item v-for="(item,index) in albumPics" :key="index">
|
|
|
+ <view class="adv-item">
|
|
|
+ <image :src="$getimg+item|miniImg(75)+'/thumbnail/600x300'" class="pic" mode="aspectFit"></image>
|
|
|
+ </view>
|
|
|
</swiper-item>
|
|
|
+ <!-- <swiper-item>
|
|
|
+ <view class="adv-item"><image :src="$getimg+product.pic|miniImg(50)+'/thumbnail/750x'" class="pic" mode="aspectFit"></image></view>
|
|
|
+ </swiper-item> -->
|
|
|
</swiper>
|
|
|
</view>
|
|
|
<!-- 轮播结束 -->
|
|
@@ -80,7 +84,7 @@
|
|
|
<!-- <view class="page-article-text">
|
|
|
{{product.description}}
|
|
|
</view> -->
|
|
|
- <image v-for="(item,index) in albumPics" :key="index" :src="$getimg+item|miniImg(50)+'/thumbnail/750x'" class="full-img" mode="widthFix"></image>
|
|
|
+ <!-- <image v-for="(item,index) in albumPics" :key="index" :src="$getimg+item|miniImg(50)+'/thumbnail/750x'" class="full-img" mode="widthFix"></image> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 产品介绍 end -->
|
|
@@ -137,7 +141,7 @@
|
|
|
},
|
|
|
phoneNumber:'',
|
|
|
swiper: {
|
|
|
- indicatorDots: false,
|
|
|
+ indicatorDots: true,
|
|
|
autoplay: true,
|
|
|
interval: 9000,
|
|
|
duration: 500
|