Commit 44dc4851 authored by 郭晓清's avatar 郭晓清

1、签到超时和实时定位禁用背景颜色优先级处理

parent 0f554642
...@@ -769,7 +769,11 @@ ...@@ -769,7 +769,11 @@
let self = this let self = this
var nowTime = new Date(); // 当前时间 var nowTime = new Date(); // 当前时间
if(currentOverTime && nowTime.getTime() > currentOverTime){ if(currentOverTime && nowTime.getTime() > currentOverTime){
this.btnClass='timeOut-btn' if(this.centerBtnDisabled === false && this.submitType === 'maintainWorkerCheckin'){
this.btnClass = "isGan-btn"
}else{
this.btnClass='timeOut-btn'
}
this.$refs['uCountDown'].seconds += 2 this.$refs['uCountDown'].seconds += 2
} }
}, },
......
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