|
|
@@ -686,7 +686,7 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
- HLog(@"%@ --- %ld",_dataArray,_dataArray.count);
|
|
|
+ HLog(@"hxd :%@ --- %ld---index:%ld",_dataArray,_dataArray.count,_index);
|
|
|
|
|
|
mainBlock(^{
|
|
|
[self handleSomeUIFun];
|
|
|
@@ -781,13 +781,13 @@
|
|
|
[self setTitleFunByIndex];
|
|
|
[[DFPlayer sharedPlayer] df_reloadData];//需在传入数据源后调用
|
|
|
|
|
|
- if(_isfirstEnterType){
|
|
|
+ //if(_isfirstEnterType){
|
|
|
KWeakSelf
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[weakSelf playAudioFun];
|
|
|
self->_isfirstEnterType = NO;
|
|
|
});
|
|
|
- }
|
|
|
+ //}
|
|
|
}
|
|
|
else{//点击playingview 进来的
|
|
|
|