fd
This commit is contained in:
parent
51af7c4f09
commit
eaa9f90674
@ -20,7 +20,7 @@ class MyPageView extends GetView <MyPageController> {
|
||||
title: const Text('隐私协议'),
|
||||
trailing: const Icon(Icons.arrow_forward_ios),
|
||||
onTap: () {
|
||||
controller.goWebview("http://www.baidu.com",'隐私协议');
|
||||
controller.goWebview("https://wallpapertoday.mystrikingly.com/privacy",'隐私协议');
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
@ -28,7 +28,7 @@ class MyPageView extends GetView <MyPageController> {
|
||||
title: const Text('用户协议'),
|
||||
trailing: const Icon(Icons.arrow_forward_ios),
|
||||
onTap: () {
|
||||
controller.goWebview("http://www.bing.com",'用户协议');
|
||||
controller.goWebview("https://wallpapertoday.mystrikingly.com/terms",'用户协议');
|
||||
},
|
||||
),
|
||||
const ListTile(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user