MrShi
2024-05-03 d8635e0e390f917fd2704dc56d253addb5c6f3ee
h5/pages/visitorApplication/visitorApplication.vue
@@ -457,6 +457,7 @@
            }).then(res => {
               if (res.code === 200) {
                  this.day = Number(res.data.code)
                  console.log(this.day)
                  // console.log(nextDay('after', true, this.day))
               }
            })
@@ -612,7 +613,7 @@
         },
         setinDate(e) {
            this.form1.starttime = uni.$u.timeFormat(e.value, 'yyyy-mm-dd hh:MM');
            this.maxTime = getDaysAfterDate(uni.$u.timeFormat(e.value, 'yyyy-mm-dd'), this.day)
            this.maxTime = getDaysAfterDate(uni.$u.timeFormat(e.value, 'yyyy-mm-dd'), this.day - 1)
            this.show4 = false
         },
         setoutDate(e) {