Commit 2eab5a688c71d527ee2649d4b9772f06b2665126

Authored by xiaoyu
1 parent 39195b98

修改客服手机号为18827093087

Showing 1 changed file with 1 additions and 1 deletions
lib/pages/user/user_page.dart
... ... @@ -232,7 +232,7 @@ class _UserView extends StatelessWidget {
232 232 12.verticalSpace,
233 233 OutlinedButton(
234 234 onPressed: () {
235   - String phone = 'tel:+8613385163386';
  235 + String phone = 'tel:+8618827093087';
236 236 _launchPhone(phone);
237 237 },
238 238 style: normalButtonStyle,
... ...