25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // 重要!!!!!
- // 重要!!!!!
- // 重要!!!!!
- // 需要在壳工程原生代码中实现对应方法
-
- // ---------------- Android -------------------
- // 在实现了 HairuyiFlutterCommNativable 的类中,openNativePage方法添加对应的页面跳转
-
- // ---------------- iOS -------------------
- // 在实现了 HairuyiFlutterCommNativeProtocol 的类中,openNativePage方法添加对应的页面跳转
-
- enum NativeRouter {
- openModifyPayPassword, // 打开修改支付密码
- }
|