k94314517
2024-07-04 ff38bfc3e179772bc69d1b932940667f0b6d1b51
h5/pages/staff/vehicle/shinei.vue
@@ -75,7 +75,7 @@
      selDatetime: '',
      colorOptions: [
        { color: '#279baa', name: '已选择' },
        { color: this.$store.state.primaryColor, name: '已选择' },
        { color: '#F7F7F7', name: '可预约' },
        { color: '#cccccc', name: '不可预约' },
      ]
@@ -89,7 +89,7 @@
    onSubmit() {
         const { param } = this
      const selTimeList = this.timeList.filter(i => i.checked == '1')
      if (selTimeList.length == -1) {
      if (selTimeList.length == 0) {
        return uni.showToast({
          title: '请先选择用车时间段',
          icon: 'none'