Authored by 李靖

删除公告代码

@@ -134,21 +134,6 @@ class newHome extends global.yoho.BaseModel { @@ -134,21 +134,6 @@ class newHome extends global.yoho.BaseModel {
134 }); 134 });
135 } 135 }
136 136
137 - // 公告  
138 - _noticeData() {  
139 - let options = {  
140 - url: 'favorite',  
141 - data: {  
142 - method: 'app.resources.getNotices'  
143 - },  
144 - param: {  
145 - code: 200  
146 - }  
147 - };  
148 -  
149 - return this.get(options);  
150 - }  
151 -  
152 index(params) { 137 index(params) {
153 return Promise.all([ 138 return Promise.all([
154 this._userData(params), 139 this._userData(params),