Commit 032e9b6a5e70bc453e08907796c46f2f1109b566

Authored by zhangxiaowen
1 parent c90e2d28

no message

CNLiveMineModule/Classes/Controller/CNLiveMineController.m
@@ -162,8 +162,7 @@ static const NSInteger kHEIGHT = 250; @@ -162,8 +162,7 @@ static const NSInteger kHEIGHT = 250;
162 case CNLiveMineHeaderViewTypeSign: 162 case CNLiveMineHeaderViewTypeSign:
163 { 163 {
164 id<CNLiveIntegralServiceProtocol> service = [[BeeHive shareInstance] createService:@protocol(CNLiveIntegralServiceProtocol)]; 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 break; 167 break;
169 case CNLiveMineHeaderViewTypeWintess: 168 case CNLiveMineHeaderViewTypeWintess:
CNLiveMineModule/Classes/UserInfo/CNLiveUserInfoController.m
@@ -74,8 +74,8 @@ @@ -74,8 +74,8 @@
74 @"layout":@"1", 74 @"layout":@"1",
75 @"data":@"5", 75 @"data":@"5",
76 @"title":@"个性签名", 76 @"title":@"个性签名",
77 -// @"content":User_Introduction?User_Introduction:@"这个人很懒!!!",  
78 - @"content":@"这个人很懒!!!", 77 +// @"content":User_Introduction?User_Introduction:@"懒到没签名!!!",
  78 + @"content":@"懒到没签名!!!",
79 @"height":@"51", 79 @"height":@"51",
80 @"lineHeight":@"0.5" 80 @"lineHeight":@"0.5"
81 } 81 }