Commit 627c697c by 陈超

T

parent c304636f
......@@ -141,6 +141,8 @@
},
childStyle: function() {
return function(idx, item) {
console.log(idx)
console.log(item.child.length)
return idx < (item.child.length - 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