|
@@ -661,10 +661,9 @@ ComontAlretViewControllerDelegate>
|
|
|
}
|
|
|
else if ([messageType isEqualToString:@"sync_wifi"]){
|
|
|
[self.commandChannelManager rc_sendData:[RCCommandHelp noSyncWifiBack]];
|
|
|
- //[[iToast makeText:@"本机参数已同步完成,IOS无法同步wifi"] show];
|
|
|
+ [[iToast makeText:NSLocalizedString(@"player_Tip_ios_no_wifi_Sync",nil)] show];
|
|
|
}
|
|
|
else if ([messageType isEqualToString:@"reProduceText"]){
|
|
|
- NSString *sn = nil;
|
|
|
if ([[dataDict allKeys] containsObject:@"data"]) {
|
|
|
NSDictionary *data = dataDict[@"data"];
|
|
|
|