浏览代码

完成按钮调整

liucf 5 年之前
父节点
当前提交
17c6609f6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/DetailBox.vue

+ 1 - 1
src/components/DetailBox.vue

@@ -61,7 +61,7 @@
         if(hasCheck){
         if(hasCheck){
           this.checkF = true;
           this.checkF = true;
         }
         }
-        if(checkReq){
+        if(checkReq && hasCheck){
           this.reqFinish = true;
           this.reqFinish = true;
         }
         }
         setTimeout(() => {
         setTimeout(() => {