Преглед изворни кода

Merge branch 'iteration-20240703' into jenkins

lex пре 1 година
родитељ
комит
cc4a27103a
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
                   }
                 }