commit
This commit is contained in:
@@ -613,7 +613,8 @@ layout("/mobile/platform.html"){
|
||||
const afterDateStr = moment(afterDate).format('YYYY-MM-DD')
|
||||
|
||||
if(this.holidays.includes(afterDateStr)) {
|
||||
this.$toast(afterDateStr + '是节假日或前一天,不能选择')
|
||||
this.$toast(afterDateStr + '是节假日,请更换出行时间')
|
||||
this.chooseDate = []
|
||||
this.$refs.cal.reset(null)
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user