zhujie
9 天以前 f980c833f832c42094cf78005aab5d0eb014c8ec
app/src/main/java/com/example/firstapp/ui/notifications/NotificationsFragment.kt
@@ -327,7 +327,7 @@
                val userInfo = response.data
                // 本地保存我的邀请码
//                PreferencesManager.setInviteCode(userInfo.intervialcode);
                PreferencesManager.setInviteCode(userInfo.intervialcode);
                // 设置头像
                Glide.with(this)
                    .load(userInfo.cover)