From 9007b717ce654469ee68cfba2b368f671b0d2d0b Mon Sep 17 00:00:00 2001 From: wkb Date: Sun, 8 Feb 2026 15:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/app_bridge.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/utils/app_bridge.dart b/lib/utils/app_bridge.dart index cc0e1e4..a92899f 100644 --- a/lib/utils/app_bridge.dart +++ b/lib/utils/app_bridge.dart @@ -130,10 +130,9 @@ enum FromFlutterAppEnum { translateResult('translateResult'), //翻译 redDiamondRecharge('diamond_recharge'), //钻石充值 shareFinished('share_finished'), //分享完成 - cpSendRingCallBack('cp_send_ring_callback'), //送戒指后回调 - //通知回调,用于原生app通知Js,传回type字段用于标识不同场景 - // type: 1恩爱节发送告白礼物成功, - commonNotificationCallBack('commom_notification_callback'), + //送戒指后回调,传入type参数 + // type: 1 cp戒指赠送成功,2恩爱节告白礼物赠送成功 + cpSendRingCallBack('cp_send_ring_callback'), defaultCode(''); const FromFlutterAppEnum(this.code);