h5/pages/visitorApplication/visitorApplication.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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) {