|
|
|
|
78
|
[self initializeUI];
|
78
|
[self initializeUI];
|
79
|
|
79
|
|
80
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(showAlertAction) name:KGlobalPopQueneKey object:nil];
|
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
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(loadFastBuy) name:kCountDownTimerEnd object:nil];
|
82
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(loadFastBuy) name:kCountDownTimerEnd object:nil];
|
82
|
|
83
|
|
83
|
[self creatNetworkView];
|
84
|
[self creatNetworkView];
|
|
|
|
|
131
|
|
132
|
|
132
|
#pragma mark - request
|
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
|
- (void)showAlertAction {
|
144
|
- (void)showAlertAction {
|
135
|
NSMutableArray *alertArray = [GlobalPopQueneManager shareManager].alertArray;
|
145
|
NSMutableArray *alertArray = [GlobalPopQueneManager shareManager].alertArray;
|
136
|
if (alertArray.count > 0) {
|
146
|
if (alertArray.count > 0) {
|