sunyue лет назад: 5
Родитель
Сommit
b9ccef2270

BIN
YouHuiProject.xcworkspace/xcuserdata/sunyue.xcuserdatad/UserInterfaceState.xcuserstate


+ 10 - 0
YouHuiProject/YouHui/Home/ViewController/HotList/DRHomeHotViewController.m

@@ -78,6 +78,7 @@
78 78
     [self initializeUI];
79 79
     
80 80
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(showAlertAction) name:KGlobalPopQueneKey object:nil];
81
+    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(refreshRquest) name:ChangeSex object:nil];
81 82
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(loadFastBuy) name:kCountDownTimerEnd object:nil];
82 83
     
83 84
     [self creatNetworkView];
@@ -131,6 +132,15 @@
131 132
 
132 133
 #pragma mark - request
133 134
 
135
+- (void)refreshRquest {
136
+    [self loadHotSearchText];
137
+    [self loadBannerData];
138
+    [self loadGruopNews];
139
+    [self loadFastBuy];
140
+    [self loadSaleList];
141
+    [self loadPopAdData];
142
+}
143
+
134 144
 - (void)showAlertAction {
135 145
     NSMutableArray *alertArray = [GlobalPopQueneManager shareManager].alertArray;
136 146
     if (alertArray.count > 0) {