From 4404158f5968988e160efc58dc1cd43349155daf Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 18 Jun 2024 15:39:18 +0800 Subject: [PATCH] 修改客服电话号码 --- lib/pages/user/user_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/user/user_page.dart b/lib/pages/user/user_page.dart index 4387097..061da13 100644 --- a/lib/pages/user/user_page.dart +++ b/lib/pages/user/user_page.dart @@ -191,7 +191,7 @@ class _UserView extends StatelessWidget { 12.verticalSpace, OutlinedButton( onPressed: () { - String phone ='tel:+8618856084180'; + String phone ='tel:+8618827093087'; _launchPhone(phone); }, style: normalButtonStyle, -- libgit2 0.22.2