Commit 8708bd923174e32f31e3574a85a87371fd8f92ef

Authored by xiaoyu
1 parent 1f01c7f0

修改客服手机号为13385163386

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:+8618827093087';
  235 + String phone = 'tel:+8613385163386';
236 236 _launchPhone(phone);
237 237 },
238 238 style: normalButtonStyle,
... ...