From 35756923a221ffd7fbd0d73af4b117451e07b40c Mon Sep 17 00:00:00 2001 From: jizelin Date: Fri, 26 Feb 2021 17:47:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0ios=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E4=BB=A3=E7=90=86=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Classes/Api/MOPAppletDelegate.m | 2 +- ios/mop.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Classes/Api/MOPAppletDelegate.m b/ios/Classes/Api/MOPAppletDelegate.m index fdffc36..ec39fe1 100644 --- a/ios/Classes/Api/MOPAppletDelegate.m +++ b/ios/Classes/Api/MOPAppletDelegate.m @@ -76,7 +76,7 @@ } - (void)clickCustomItemMenuWithInfo:(NSDictionary *)contentInfo completion:(void (^)(FATExtensionCode code, NSDictionary *result))completion { - + NSLog(@"%@", contentInfo); } @end diff --git a/ios/mop.podspec b/ios/mop.podspec index c8be1c2..f20383d 100644 --- a/ios/mop.podspec +++ b/ios/mop.podspec @@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk. s.dependency 'Flutter' s.ios.deployment_target = '9.0' - s.dependency 'FinApplet' , '2.21.0-alpha20210226v03' - s.dependency 'FinAppletExt' , '2.21.0-alpha20210226v03' + s.dependency 'FinApplet' , '2.21.0-alpha20210226v04' + s.dependency 'FinAppletExt' , '2.21.0-alpha20210226v04' end