cloudroam
2025-04-16 66a4a5c3aa78869a3c51e79f2a6a610c99016c24
app/src/main/java/com/example/firstapp/ui/notifications/NotificationsFragment.kt
@@ -311,6 +311,8 @@
                currentUserInfo = response.data
                val userInfo = response.data
                // 本地保存我的邀请码
//                PreferencesManager.setInviteCode(userInfo.intervialcode);
                // 设置头像
                Glide.with(this)
                    .load(userInfo.cover)