Commit 4404158f5968988e160efc58dc1cd43349155daf

Authored by xiaoyu
1 parent b671c891

修改客服电话号码

Showing 1 changed file with 1 additions and 1 deletions
lib/pages/user/user_page.dart
... ... @@ -191,7 +191,7 @@ class _UserView extends StatelessWidget {
191 191 12.verticalSpace,
192 192 OutlinedButton(
193 193 onPressed: () {
194   - String phone ='tel:+8618856084180';
  194 + String phone ='tel:+8618827093087';
195 195 _launchPhone(phone);
196 196 },
197 197 style: normalButtonStyle,
... ...