获取用户手机号
static Future<String?> getUserMobile() async { final user = await getCurrentUser(); return user?.mobile; }