update qrcodeOpenApplet返回结果
parent
6c5300e3f5
commit
3d6dfc162b
|
@ -25,7 +25,7 @@
|
||||||
if (result){
|
if (result){
|
||||||
success(@{});
|
success(@{});
|
||||||
} else {
|
} else {
|
||||||
failure(error.description);
|
failure(error.localizedDescription);
|
||||||
}
|
}
|
||||||
} closeCompletion:^{
|
} closeCompletion:^{
|
||||||
NSLog(@"关闭");
|
NSLog(@"关闭");
|
||||||
|
|
Loading…
Reference in New Issue