Browse Source

fix small bug

Michael Wang 4 years ago
parent
commit
b2217009c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/features/mark/MarkBoardKeyBoard.vue

+ 1 - 1
src/features/mark/MarkBoardKeyBoard.vue

@@ -141,7 +141,7 @@ export default defineComponent({
         // }
         // 有bug,移除当前题,再回来就出错了
         if (joinScore.length === 0) {
-          message.error({ content: "请输入分数", duration: 100 });
+          message.error({ content: "请输入分数", duration: 10 });
           console.log("请输入分数");
           return;
         }