Commit 032e9b6a5e70bc453e08907796c46f2f1109b566
1 parent
c90e2d28
no message
Showing
2 changed files
with
3 additions
and
4 deletions
CNLiveMineModule/Classes/Controller/CNLiveMineController.m
| ... | ... | @@ -162,8 +162,7 @@ static const NSInteger kHEIGHT = 250; |
| 162 | 162 | case CNLiveMineHeaderViewTypeSign: |
| 163 | 163 | { |
| 164 | 164 | id<CNLiveIntegralServiceProtocol> service = [[BeeHive shareInstance] createService:@protocol(CNLiveIntegralServiceProtocol)]; |
| 165 | - [service showSignInViewWithScore:@"asd" scores:@"312" day:2 url:@"http://www.baidu.com"]; | |
| 166 | -// [CNLiveSignInView showWithScore:@"asd" scores:@"312" day:1 url:@"http://www.baidu.com"]; | |
| 165 | + [service showSignInViewWithScore:@"100" scores:@"" day:2 url:@"http://www.baidu.com"]; | |
| 167 | 166 | } |
| 168 | 167 | break; |
| 169 | 168 | case CNLiveMineHeaderViewTypeWintess: | ... | ... |
CNLiveMineModule/Classes/UserInfo/CNLiveUserInfoController.m
| ... | ... | @@ -74,8 +74,8 @@ |
| 74 | 74 | @"layout":@"1", |
| 75 | 75 | @"data":@"5", |
| 76 | 76 | @"title":@"个性签名", |
| 77 | -// @"content":User_Introduction?User_Introduction:@"这个人很懒!!!", | |
| 78 | - @"content":@"这个人很懒!!!", | |
| 77 | +// @"content":User_Introduction?User_Introduction:@"懒到没签名!!!", | |
| 78 | + @"content":@"懒到没签名!!!", | |
| 79 | 79 | @"height":@"51", |
| 80 | 80 | @"lineHeight":@"0.5" |
| 81 | 81 | } | ... | ... |