Commit 9acf496d by 陈超

T

parent 3d4c856c
......@@ -145,7 +145,8 @@
for(let k in child) {
count += 1
}
console.log(child)
console.log(idx)
console.log(count)
return idx < (count - 1) ? { background: 'F5F5F5' } : { background: 'transparent' }
}
}
......
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