删除无用代码
parent
8d6ee03d88
commit
21a37db1da
|
@ -36,7 +36,6 @@
|
|||
// 引入插件
|
||||
import { swiper, swiperSlide } from 'vue-awesome-swiper';
|
||||
import 'swiper/dist/css/swiper.css';
|
||||
import {seckillByDay} from '@/api/promotion'
|
||||
export default {
|
||||
components: {
|
||||
swiper,
|
||||
|
@ -143,13 +142,6 @@ export default {
|
|||
}, 1000)
|
||||
},
|
||||
getListByDay () { // 当天秒杀活动
|
||||
// seckillByDay().then(res => {
|
||||
// if (res.success) {
|
||||
// this.list = res.result
|
||||
// this.goodsList = this.list[0].seckillGoodsList
|
||||
// this.countDown(this.currIndex)
|
||||
// }
|
||||
// })
|
||||
// const list = [
|
||||
// {
|
||||
// timeLine: 18,
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
// 引入插件
|
||||
import { swiper, swiperSlide } from 'vue-awesome-swiper';
|
||||
import 'swiper/dist/css/swiper.css';
|
||||
import {seckillByDay} from '@/api/promotion'
|
||||
export default {
|
||||
components: {
|
||||
swiper,
|
||||
|
@ -143,13 +142,6 @@ export default {
|
|||
}, 1000)
|
||||
},
|
||||
getListByDay () { // 当天秒杀活动
|
||||
// seckillByDay().then(res => {
|
||||
// if (res.success) {
|
||||
// this.list = res.result
|
||||
// this.goodsList = this.list[0].seckillGoodsList
|
||||
// this.countDown(this.currIndex)
|
||||
// }
|
||||
// })
|
||||
// const list = [
|
||||
// {
|
||||
// timeLine: 18,
|
||||
|
|
Loading…
Reference in New Issue