Commit 735eb6fd authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 2aa5f1c6
...@@ -37,6 +37,13 @@ ...@@ -37,6 +37,13 @@
self.view.backgroundColor = [UIColor whiteColor]; self.view.backgroundColor = [UIColor whiteColor];
self.aaChartView.scrollEnabled = NO; self.aaChartView.scrollEnabled = NO;
[self.view addSubview:self.aaChartView]; [self.view addSubview:self.aaChartView];
self.photoMgr.pauseAction = false;
// if (self.photoMgr.notificationStatus == WKPhotoNotificationStatusNeed) {
[self loadPhotoData: true];
// self.photoMgr.notificationStatus = WKPhotoNotificationStatusDefualt;
// }
} }
- (WKClearPhotoManager *)photoMgr { - (WKClearPhotoManager *)photoMgr {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment