更换热点链接方式
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#import "IfishUserObsever.h"
|
||||
|
||||
#import "ConnectHotpotViewController.h"
|
||||
|
||||
#import "ConAquarNowWiFiPwdVC.h"
|
||||
@interface EspTouchDelegateImpl : NSObject<ESPTouchDelegate>
|
||||
|
||||
@end
|
||||
@@ -424,7 +424,8 @@ extern BOOL isfromCameraView;
|
||||
}
|
||||
|
||||
- (IBAction)lickHereBtnClicked:(id)sender {
|
||||
ConnectHotpotViewController *vc = [[ConnectHotpotViewController alloc] init];
|
||||
// ConnectHotpotViewController *vc = [[ConnectHotpotViewController alloc] init];
|
||||
ConAquarNowWiFiPwdVC *vc = [[ConAquarNowWiFiPwdVC alloc]init];
|
||||
vc.ssid = self.ssid;
|
||||
vc.bssid = self.bssid;
|
||||
[self.navigationController pushViewController:vc animated:YES];
|
||||
|
||||
Reference in New Issue
Block a user