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