我只是疯了,为什么这不起作用。我有一个获取数据的集合。该集合被绑定以在重置时运行渲染功能。但是没有调用渲染。
this.uploadTemplate = _.template(UploadTemplate);
this.artistCollection = new ArtistCollections();
this.artistCollection.bind('reset', this.render, this);
this.artistCollection.fetch({success: function(){console.log('jsjbajsb');},
error: function(collection, response, options){ console.log(response)}});
// this.artistCollection.fetch({reset: true});
this.me = options.me;
既没有调用成功函数,也没有注释行工作