@@ -510,7 +510,9 @@ export default {
delay = 0;
}
// 给抓拍照片多一秒处理时间
- delay = delay + 1;
+ if (this.faceEnable) {
+ delay = delay + 1;
+ }
setTimeout(() => this.realSubmitPaperStep2(), delay * 1000);
this.submitCount = 1;
},