quanwei
18 hours ago c441dea81bd86bdfb12dff35821fed51f4cc91c2
supplier_vue/src/views/plus/seckill/active/part/Datetime.vue
@@ -1,8 +1,8 @@
<template>
  <!--
    作者:luoyiming
    时间:2020-06-25
    描述:插件中心-限时秒杀-秒杀活动-活动时间
    时间:2020-06-25
    描述:插件中心-限时秒杀-秒杀活动-活动时间
  -->
  <div>
@@ -57,7 +57,7 @@
    return{
      /*时间*/
      timeVal: new Date(2016, 9, 10, 8, 0, 0),
      /*如果没有后面的-8.64e7就是不可以选择今天的*/
      /*如果没有后面的8.64e7就是不可以选择今天*/
      pickerOptions: {
        disabledDate(time) {
          return time.getTime() < Date.now() - 8.64e7;