提交 3cc727fd authored 作者: lihuihui's avatar lihuihui

updata

上级 cc84260a
...@@ -212,7 +212,7 @@ export default { ...@@ -212,7 +212,7 @@ export default {
}, },
// 问答题回答 // 问答题回答
QAChange(pId, cId, length) { QAChange(pId, cId, length) {
if (length < 500) { if (length.length < 500) {
this.questionParams.answerRecord[pId] this.questionParams.answerRecord[pId]
? this.questionParams.answerRecord[pId][cId] ? this.questionParams.answerRecord[pId][cId]
? this.questionParams.answerRecord[pId][cId].answer = [this.questionData.textContent] ? this.questionParams.answerRecord[pId][cId].answer = [this.questionData.textContent]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论