|
@@ -326,7 +326,12 @@
|
|
|
TipsQRCodeForChangeDeviceViewController *vc = [[TipsQRCodeForChangeDeviceViewController alloc] init];
|
|
|
[self.navigationController pushViewController:vc animated:YES];
|
|
|
}else if (4 == row){/*常见问题*/
|
|
|
- [[iToast makeText:@"常见问题待接入"] show];
|
|
|
+ CustomerWebViewController *vc = [[CustomerWebViewController alloc] init];
|
|
|
+ vc.titleStr = NSLocalizedString(@"my_set_no_common_problem",nil);
|
|
|
+ NSString *url = @"https://cliys.armclouding.com/h5/microserviceUserH5/commonProblem/questionIndex.html";
|
|
|
+ vc.webUrl = url;
|
|
|
+ [self.navigationController pushViewController:vc animated:YES];
|
|
|
+
|
|
|
}else if (5 == row){/*恢复出厂*/
|
|
|
[self RestoreFactoryAleartFun];
|
|
|
}else if (6 == row){/*重启空间*/
|