skyblued 2 years ago
parent
commit
9fc850f17c
2 changed files with 3 additions and 1 deletions
  1. 2 0
      index.html
  2. 1 1
      src/subpages/colexiu/buttons/evaluating.tsx

+ 2 - 0
index.html

@@ -25,6 +25,8 @@
       z-index: 100;
       top: 50%;
       left: 50%;
+      width: 100Px;
+      height: 100Px;
       transform: translate(-50%, -50%);
       pointer-events: none;
       transition: opacity .3s;

+ 1 - 1
src/subpages/colexiu/buttons/evaluating.tsx

@@ -413,7 +413,7 @@ const submitEvaluationScore = async (data: any) => {
   const search = useOriginSearch()
   if (search.unitId) {
     if (!canSubmit.value) {
-      Toast('请完成整首曲目评测!')
+      Toast('完整演奏结束才算测验分数!')
       return
     }
     /** 有单元测验时,存储分数缓存 */