From eaa9f90674cf150e5d768c42d506d2f22fa3deb9 Mon Sep 17 00:00:00 2001 From: bluesea <307723040@qq.com> Date: Thu, 16 May 2024 12:03:21 +0800 Subject: [PATCH] fd --- wallpaper/lib/pages/mypage/mypage_view.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallpaper/lib/pages/mypage/mypage_view.dart b/wallpaper/lib/pages/mypage/mypage_view.dart index b6ddc6e..4ddab05 100644 --- a/wallpaper/lib/pages/mypage/mypage_view.dart +++ b/wallpaper/lib/pages/mypage/mypage_view.dart @@ -20,7 +20,7 @@ class MyPageView extends GetView { 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 { 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(