|
@@ -154,10 +154,11 @@
|
|
|
|
|
|
CustomerWebViewController *vc = [[CustomerWebViewController alloc] init];
|
|
|
vc.titleStr = NSLocalizedString(@"mine_help_title",nil);
|
|
|
- NSString *url = @"http://testprivacy.phone.armclouding.com:1801/problemFeedback/#/pages/fileSharing/problem/index?sn=";
|
|
|
- if([CloudService rangeOfString:@"hiboxde.armclouding.com"].location != NSNotFound){
|
|
|
- //url = @"http://hiboxde.armclouding.com:7780/h5/rule.html";;
|
|
|
- }
|
|
|
+// NSString *url = @"http://testprivacy.phone.armclouding.com:1801/problemFeedback/#/pages/fileSharing/problem/index?sn=";
|
|
|
+// if([CloudService rangeOfString:@"hiboxde.armclouding.com"].location != NSNotFound){
|
|
|
+// //url = @"http://hiboxde.armclouding.com:7780/h5/rule.html";;
|
|
|
+// }
|
|
|
+ NSString *url = [[NSString alloc] initWithFormat:@"%@/problemFeedback/#/pages/fileSharing/problem/index?sn=",CloudService];
|
|
|
vc.webUrl = [[NSString alloc] initWithFormat:@"%@%@",url,[connectDeviceManager shareInstance].DeviceThirdIdMod.data.changeSn];
|
|
|
[self pushViewController:vc animated:YES];
|
|
|
|
|
@@ -176,10 +177,11 @@
|
|
|
case 14:{
|
|
|
CustomerWebViewController *vc = [[CustomerWebViewController alloc] init];
|
|
|
vc.titleStr = NSLocalizedString(@"mine_newuser_title",nil);
|
|
|
- NSString *url = @"http://testprivacy.phone.androidscloud.com:1801/warrantyService/index.html#/novice";
|
|
|
- if([CloudService rangeOfString:@"hiboxde.armclouding.com"].location != NSNotFound){
|
|
|
- //url = @"http://hiboxde.armclouding.com:7780/h5/rule.html";;
|
|
|
- }
|
|
|
+// NSString *url = @"http://testprivacy.phone.androidscloud.com:1801/warrantyService/index.html#/novice";
|
|
|
+// if([CloudService rangeOfString:@"hiboxde.armclouding.com"].location != NSNotFound){
|
|
|
+// //url = @"http://hiboxde.armclouding.com:7780/h5/rule.html";;
|
|
|
+// }
|
|
|
+ NSString *url = [[NSString alloc] initWithFormat:@"%@/warrantyService/index.html#/novice",CloudService];
|
|
|
vc.webUrl = url;
|
|
|
[self pushViewController:vc animated:YES];
|
|
|
}
|