摘要: itemclick:function(view, record, item,index){console.log(record.parentNode) for(pNode = record.parentNode;pNode.data.id!="root";pNode=pNode.parentNode){ console.log(pNode.data.id) pNode.data.duration = Math.floor(Math.random()*10+1) ... 阅读全文
posted @ 2013-12-20 17:11 zenghansen 阅读(522) 评论(0) 推荐(0)