Explorar o código

fix small bug

Michael Wang %!s(int64=4) %!d(string=hai) anos
pai
achega
b2217009c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }