Commit 99ff5bc0 authored by zhengke's avatar zhengke

修改

parent be3fe9d1
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
checkIsRightTime(time,type){ checkIsRightTime(time,type){
let arrTime = time.split(':'); let arrTime = time.split(':');
    if (arrTime[1]>24 || arrTime[2]>60)     if (arrTime[0]>=24 || arrTime[1]>=60)
    {     {
if(type==1){ if(type==1){
        this.Error('请输入正确的起飞时间格式!');         this.Error('请输入正确的起飞时间格式!');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment