From 57e30bc2584b92ce3da3821bd0f6e040f2ad28df Mon Sep 17 00:00:00 2001 From: admin <lrj@aelines-MacBook-Air.local> Date: 星期五, 21 四月 2023 18:08:07 +0800 Subject: [PATCH] 抖音SDK 升级,个人中心bug修改,增加 --- BuWanVideo2.0/LeftViewController.m | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/BuWanVideo2.0/LeftViewController.m b/BuWanVideo2.0/LeftViewController.m index 096fec7..41c9c20 100755 --- a/BuWanVideo2.0/LeftViewController.m +++ b/BuWanVideo2.0/LeftViewController.m @@ -303,7 +303,8 @@ _userOnLine= [[NSUserDefaults standardUserDefaults] boolForKey:@"userOnLine"]; if(_userOnLine){//濡傛灉褰撳墠鐘舵�佹槸鐧诲綍鐘舵�� - [self.headerImageview setYthImageWithURL:[[NSUserDefaults standardUserDefaults] objectForKey:@"iconURL"] placeholderImage:[UIImage imageNamed:@"鐢ㄦ埛榛樿"]]; + NSString *portrait =[[NSUserDefaults standardUserDefaults] stringForKey:@"iconURL"]; + [self.headerImageview setYthImageWithURL:portrait placeholderImage:[UIImage imageNamed:@"鐢ㄦ埛榛樿"]]; [self.LeftLoginBtn setTitle:[[NSUserDefaults standardUserDefaults] objectForKey:@"QQUserName"] forState:UIControlStateNormal]; -- Gitblit v1.8.0