mod: def rcmd type

This commit is contained in:
bggRGjQaUbCoE
2024-10-06 12:25:27 +08:00
parent 3fa2896499
commit 58ebce047d
3 changed files with 3 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ class LoginPageController extends GetxController
final result = await UserHttp.userInfo();
if (result['status'] && result['data'].isLogin) {
SmartDialog.showToast('登录成功,当前采用「'
'${GStorage.setting.get(SettingBoxKey.defaultRcmdType, defaultValue: 'web')}'
'${GStorage.setting.get(SettingBoxKey.defaultRcmdType, defaultValue: 'app')}'
'端」推荐');
Box userInfoCache = GStorage.userInfo;
await userInfoCache.put('userInfoCache', result['data']);