@@ -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;
@@ -1978,7 +1978,7 @@ export default {
@@ -1580,7 +1580,7 @@ export default {