Skip to content

Commit fcbf0a3

Browse files
authored
reverse
1 parent 7627597 commit fcbf0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZQuanProject/class/Plugins/PopWindowPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ -(void)initMessageJson:(NSDictionary *)message
1616

1717
//NSString *clientId = message[@"clientId"];
1818

19-
NSString *param = [NSString stringWithFormat:@"%@",message[@"param"]];
19+
NSString *param = message[@"param"];
2020
if(IsEmptyStr(param)){
2121
param = nil;
2222
}

0 commit comments

Comments
 (0)