Ver Fonte

修改文案

lex há 8 meses atrás
pai
commit
e4edac2d15
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/choose-homework/classroom-detail/index.tsx

+ 1 - 1
src/views/choose-homework/classroom-detail/index.tsx

@@ -415,7 +415,7 @@ export default defineComponent({
                 const ids = getKnowledgeMaterialIds(data.list);
                 if (state.max !== -1) {
                   if (ids.length > state.max) {
-                    showToast(`当前练习组只可添加${state.max}条练习`);
+                    showToast(`当前练习组只可添加${state.max}条练习内容`);
                     return;
                   }
                 }