基础库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
513 B

  1. // 重要!!!!!
  2. // 重要!!!!!
  3. // 重要!!!!!
  4. // 需要在壳工程原生代码中实现对应方法
  5. // ---------------- Android -------------------
  6. // 在实现了 HairuyiFlutterCommNativable 的类中,openNativePage方法添加对应的页面跳转
  7. // ---------------- iOS -------------------
  8. // 在实现了 HairuyiFlutterCommNativeProtocol 的类中,openNativePage方法添加对应的页面跳转
  9. enum NativeRouter {
  10. openModifyPayPassword, // 打开修改支付密码
  11. }