单军华
2018-03-29 89d748b77b478905732e60f0b4c5807c274b6565
pregnancy_guard/BaseProject/Controller/Home/RadiaDetectionPage.m
@@ -16,12 +16,12 @@
#import "Constants.h"
#import "UIView+Toast.h"
#import "CBMoralManager.h"
#import "SearchDevicePage.h"
#import "BaseNaviController.h"
#import "HistoryRecordPage.h"
#import "NetworkSingleton.h"
#import "UploadModel.h"
#import "NetworkSingleton.h"
#import "SearchDevicePage.h"
#import <BaiduMapAPI_Map/BMKMapComponent.h>
#import <BaiduMapAPI_Location/BMKLocationComponent.h>
@@ -844,7 +844,7 @@
-(void)connectAction
{
    SearchDevicePage* page = [[SearchDevicePage alloc] initIsFirstPage:NO];
    BaseNaviController *baseNav = [[BaseNaviController alloc] initWithRootViewController:page];
    [self presentViewController:baseNav animated:YES completion:nil];
}