We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7627597 commit fcbf0a3Copy full SHA for fcbf0a3
ZQuanProject/class/Plugins/PopWindowPlugin.m
@@ -16,7 +16,7 @@ -(void)initMessageJson:(NSDictionary *)message
16
17
//NSString *clientId = message[@"clientId"];
18
19
- NSString *param = [NSString stringWithFormat:@"%@",message[@"param"]];
+ NSString *param = message[@"param"];
20
if(IsEmptyStr(param)){
21
param = nil;
22
}
0 commit comments