一直不停地调用加载方法。根本停不下来。。。 ``` this.busy = true; var _ = this; $.get('getCollectList',vd,function(res){ if(res.falg == 'success'){ _.content = res.data.content; _.busy = false; } ``` 感觉你们做的效果,体验都挺不错,可是我用却老是出问题,忧伤啊