pref#hmc_答题按顺序排列、移动端题目未作答动态提示,发送短信打印发送内容

This commit is contained in:
Paidax
2025-12-16 18:19:15 +08:00
parent bf81537617
commit 1aea81aae1
3 changed files with 17 additions and 10 deletions
@@ -298,10 +298,17 @@ layout("/mobile/platform.html"){
return
}
} else if ("text" === subject.type) {
if (!subject.userFillContent) {
this.$toast.fail("第" + (i + 1) + "题未作答")
return
if(this.id==="726629ca0d074569bb1142353c5b932f"){
if([2,4,6,7,9].includes(i + 1)){
}
}else{
if (!subject.userFillContent) {
this.$toast.fail("第" + (i + 1) + "题未作答")
return
}
}
}
}
this.autoSubmit()