mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
优化最新pc首页展示的问题 ,删除秒杀活动默认展示以及轮播图新增自动滚动
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div class="nav-content">
|
<div class="nav-content">
|
||||||
<!-- 轮播图 -->
|
<!-- 轮播图 -->
|
||||||
<!-- autoplay autoplay-speed="10000"-->
|
<!-- autoplay autoplay-speed="10000"-->
|
||||||
<Carousel :height="333.9" >
|
<Carousel :height="333.9" autoplay autoplay-speed="5000">
|
||||||
<CarouselItem v-for="(item, index) in data.options.list" :key="index">
|
<CarouselItem v-for="(item, index) in data.options.list" :key="index">
|
||||||
<div class="swiper-img" >
|
<div class="swiper-img" >
|
||||||
<img
|
<img
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- v-if="goodsList.length"-->
|
<div class="seckill" v-if="goodsList.length">
|
||||||
<div class="seckill">
|
|
||||||
<div class="aside hover-pointer" @click="goToSeckill">
|
<div class="aside hover-pointer" @click="goToSeckill">
|
||||||
<div class="title">{{ actName }}</div>
|
<div class="title">{{ actName }}</div>
|
||||||
<div class="hour">
|
<div class="hour">
|
||||||
|
|||||||
Reference in New Issue
Block a user