Commit 94adfbd8 by 陈超

A

parent c5dcdf48
...@@ -465,6 +465,7 @@ ...@@ -465,6 +465,7 @@
let next = count + data[r.question_type].length let next = count + data[r.question_type].length
if(current > count && current <= next) { if(current > count && current <= next) {
console.log(current) console.log(current)
console.log(current - count - 1)
console.log(data) console.log(data)
return data[current - count - 1] return data[current - count - 1]
} else { } else {
......
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