提交 d8f913c1 authored 作者: zhengyadong's avatar zhengyadong

秀嘎

上级 b1c292c4
......@@ -279,6 +279,7 @@ export default {
this.$nextTick(()=>{
let obj = this.currentObj
if(!this.userAns){
Toast.fail('请填写答案');
return
}
let type = obj.questionType
......@@ -347,7 +348,7 @@ export default {
this.$nextTick(()=>{
let obj = this.currentChildrenObj
if(!this.userAns){
Toast.fail('未填写答案')
Toast.fail('请填写答案');
return
}
let type = obj.questionType
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论