xiejiebiao 2 жил өмнө
parent
commit
1c3a040998

+ 1 - 1
pages2/bank/questionBank.vue

@@ -1629,7 +1629,7 @@ export default {
         if (res.data.code == 500) {
           uni.showModal({
             showCancel: false,
-            content: "该试卷暂无题目",
+            content: "你已完成所有题目",
             success: (k) => {
               if (k.confirm) {
                 this.isSubmit = true;

+ 1 - 1
pages2/class/questionBank.vue

@@ -1978,7 +1978,7 @@ export default {
         if (res.data.code == 500) {
           uni.showModal({
             showCancel: false,
-            content: "该试卷暂无题目",
+            content: "你已完成所有题目",
             success: (k) => {
               if (k.confirm) {
                 this.isSubmit = true;

+ 1 - 1
pages5/examBank/index.vue

@@ -1580,7 +1580,7 @@ export default {
         if (res.data.code == 500) {
           uni.showModal({
             showCancel: false,
-            content: "该试卷暂无题目",
+            content: "你已完成所有题目",
             success: (k) => {
               if (k.confirm) {
                 this.isSubmit = true;