0
点赞
收藏
分享

微信扫一扫

sencha touch 2 nestlist中获得绑定store中值的办法

中间件小哥 2023-03-15 阅读 113


最简单的弹出store中的值

listeners: {
itemtap: function(nestedList, list, index, target,record,e,eOpts) {
var id = record.get('id');
alert(id);


}



举报

相关推荐

0 条评论