最简单的弹出store中的值

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


            }


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案