文字描述修改,去除AP模式第二次wifi跳转

This commit is contained in:
kai
2019-11-10 19:50:21 +08:00
parent 2cc86fb124
commit 27ddecac30
8 changed files with 83 additions and 41 deletions
@@ -14,6 +14,7 @@
#import "MMProgressHUD.h"
#import "MMProgressHUDOverlayView.h"
#import "ConAquarNowWiFiPwdVC.h"
enum
{
conectType_Intelligent,
@@ -41,7 +42,7 @@ enum
@property(nonatomic,strong) UILabel *redTipLable;
@property (nonatomic) int conectType; //2AP 1-二维码扫描 0-智能联机
@property (strong, nonatomic) UILabel *attentionLabel;
@property (strong, nonatomic) NSString *lastSetPassword;
//点击确定绑定后 不让操作返回 和查看说明
@property (nonatomic) BOOL canDissMissController;