Commit 8aa53f76 authored by 黄奎's avatar 黄奎

页面修改

parent f5850d76
......@@ -937,10 +937,11 @@
var tempArray = [];
if (qArray && qArray.length > 0) {
qArray.forEach(eItem => {
console.log("eItem",eItem);
var qObj = this.getDetailsObj();
qObj.QuestionId = eItem.QuestionId;
qObj.Title = eItem.SourceTitle;
qObj.ShowTitle = eItem.SourceTitle;
qObj.ShowTitle = eItem.Title;
qObj.QuestionContent = eItem.QuestionContent;
qObj.DifficultyType = eItem.DifficultyType;
qObj.AnswerParse = eItem.AnswerParse;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment