pref#hmc_答题按顺序排列、移动端题目未作答动态提示,发送短信打印发送内容
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user