Commit 8fedf2e6 by 陈超

A

parent 94adfbd8
......@@ -464,10 +464,7 @@
let r = this.paperOptions.options_type[i]
let next = count + data[r.question_type].length
if(current > count && current <= next) {
console.log(current)
console.log(current - count - 1)
console.log(data)
return data[current - count - 1]
return data[r.question_type][current - count - 1]
} else {
count = next
}
......
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