优化最新pc首页展示的问题 ,删除秒杀活动默认展示以及轮播图新增自动滚动
							parent
							
								
									7e14569479
								
							
						
					
					
						commit
						a46cd8ee97
					
				|  | @ -6,8 +6,8 @@ | |||
|       <div class="nav-content"> | ||||
|         <!-- 轮播图 --> | ||||
| <!--        autoplay autoplay-speed="10000"--> | ||||
|         <Carousel :height="333.9" > | ||||
|           <CarouselItem v-for="(item, index) in data.options.list" :key="index"> | ||||
|         <Carousel :height="333.9" autoplay autoplay-speed="5000"> | ||||
|           <CarouselItem  v-for="(item, index) in data.options.list" :key="index"> | ||||
|             <div class="swiper-img" > | ||||
|               <img | ||||
|                 :src="item.img" | ||||
|  |  | |||
|  | @ -1,6 +1,5 @@ | |||
| <template> | ||||
| <!--   v-if="goodsList.length"--> | ||||
|   <div class="seckill"> | ||||
|   <div class="seckill" v-if="goodsList.length"> | ||||
|     <div class="aside hover-pointer" @click="goToSeckill"> | ||||
|       <div class="title">{{ actName }}</div> | ||||
|       <div class="hour"> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue