ソースを参照

1、登录的用户协议跳转实现

tags/0.0.2+7^2
PH2 4年前
コミット
41d71767ca
2個のファイルの変更2行の追加0行の削除
  1. +1
    -0
      lib/pages/login_page/account/login_account_page.dart
  2. +1
    -0
      lib/pages/login_page/login_page.dart

+ 1
- 0
lib/pages/login_page/account/login_account_page.dart ファイルの表示

@@ -129,6 +129,7 @@ class _LoginAccountPageContianerState extends State<LoginAccountPageContianer> i
void _openAgreement(String url) {
if (!EmptyUtil.isEmpty(url)) {
print('打开协议$url');
RouterUtil.openWebview(url, context);
}
}



+ 1
- 0
lib/pages/login_page/login_page.dart ファイルの表示

@@ -65,6 +65,7 @@ class _LoginPageContainerState extends State<LoginPageContainer> {
void _jumpUserAgreement(String url) {
if(!EmptyUtil.isEmpty(url)) {
print('协议');
RouterUtil.openWebview(url, context);
}
}



||||||
x
 
000:0
読み込み中…
キャンセル
保存