1.因为动态加载的问题,你引用的类没有放在requires

2.在创建的类的时候

newModel = Ext.ModelManager.create({}, 'MyApp.models.UserModel'); 

红色字体的类是错误的

方法:用注释,一块一块的注释看是哪里的类在创建对象时没有被加载

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-12-06
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案