我的观点儿童没有出现,我有3次观看:第一次调用视图2, 视图2以这种方式在其视图中附加技能列表
initialize: function(option) {
Backbone.Validation.bind(this);
console.log(this.collection);
this.collection.fetch({ data: { page: 'no'} });
this.collection.on('add', this.add, this);
},
render: function (){
SkillView.__super__.render.apply(this);
this.collection.forEach(this.add, this);
return false;
},
SkillView.__super__.render.apply(this);
出错,你能帮助我吗?
感谢。