@@ -37,20 +37,20 @@ cc.Class({
this.tabList = [{
wrap: this.friendNode,
- init: () => {
- this._initFriend();
- },
- }, {
+ init: () => {
+ this._initFriend();
+ },
+ }, {
wrap: this.recommendNode,
init: () => {
- this._initRecommend();
- }
+ this._initRecommend();
+ }
wrap: this.searchNode,
- this._initSearch();
- }];
+ this._initSearch();
+ }];
},
init(index = 0) {