pangqijun преди 1 година
родител
ревизия
d6f7ec6c32

+ 3 - 3
components/my-swiper/my-swiper.vue

@@ -80,11 +80,11 @@
 <style>
 	.uni-margin-wrap {
 		width: 750rpx;
-		height: 360rpx;
+		height: 420rpx;
 	}
 
 	.swiper {
-		height: 360rpx;
+		height: 420rpx;
 	}
 
 	.image{
@@ -93,7 +93,7 @@
 	}
 	.content{
 		width: 750rpx;
-		height: 360rpx;
+		height: 420rpx;
 		position: relative;
 	}
 	.number-box{

+ 1 - 1
pages/groupbuying_details/index.vue

@@ -10,7 +10,7 @@
 				<scroll-view :scroll-top="scrollTop" scroll-y="true"  scroll-with-animation="true"
 					:style="'height:' + height + 'px;'" @scroll="scroll">
 					<view id="past0">
-						<productConSwiperGroupbuying class="skeleton-rect" :imgUrls="storeInfo.slideshow"
+						<productConSwiperGroupbuying class="skeleton-rect" :h="210" :imgUrls="storeInfo.slideshow"
 							:videoline="storeInfo.video_link" @videoPause="videoPause"></productConSwiperGroupbuying>
 
 						<view class="contentScroll ">

+ 1 - 1
pages/index/diy/components/latestGroupBuying.vue

@@ -4,7 +4,7 @@
 
 		<view class="list-box animated" v-for="(e, index) in grouponData" :key="index">
 			<view @click="goToDetail(e)">
-				<productConSwiperGroupbuying class="skeleton-rect" :imgUrls="e.slideshow" :videoline="e.video_link"
+				<productConSwiperGroupbuying class="skeleton-rect" :h="210" :imgUrls="e.slideshow" :videoline="e.video_link"
 											 @videoPause="videoPause"></productConSwiperGroupbuying>
 			</view>
 

+ 1 - 1
pages/index/diy/index_mall.vue

@@ -30,7 +30,7 @@
 
 			<!-- 轮播 -->
 			<view class="swiper-group">
-				<u-swiper height="180" :list="swiperList" @change="e => current = e.current" :autoplay="false">
+				<u-swiper height="210" :list="swiperList" @change="e => current = e.current" :autoplay="false">
 					<view slot="indicator" class="indicator">
 						<view class="indicator__dot" v-for="(item, index) in swiperList" :key="index"
 							:class="[index === current && 'indicator__dot--active']">