Commit bd9c9ff296f981c28a64e1ab7d61e91e7c101006
1 parent
7565adb1
no message
Showing
5 changed files
with
33 additions
and
14 deletions
CNLiveBalanceModule.podspec
| @@ -57,31 +57,33 @@ TODO: 网家家-余额模块. | @@ -57,31 +57,33 @@ TODO: 网家家-余额模块. | ||
| 57 | ss.source_files = 'CNLiveBalanceModule/Classes/Model/*.{h,m}' | 57 | ss.source_files = 'CNLiveBalanceModule/Classes/Model/*.{h,m}' |
| 58 | end | 58 | end |
| 59 | 59 | ||
| 60 | - # Detail 群组余额明细 | 60 | + # Detail 明细 |
| 61 | s.subspec 'Detail' do |ss| | 61 | s.subspec 'Detail' do |ss| |
| 62 | ss.source_files = 'CNLiveBalanceModule/Classes/Detail/*.{h,m}' | 62 | ss.source_files = 'CNLiveBalanceModule/Classes/Detail/*.{h,m}' |
| 63 | + ss.dependency 'CNLiveBalanceModule/TradingRecord' | ||
| 63 | ss.dependency 'CNLiveBalanceModule/View' | 64 | ss.dependency 'CNLiveBalanceModule/View' |
| 64 | end | 65 | end |
| 65 | 66 | ||
| 66 | # PayCenter 支付中心 | 67 | # PayCenter 支付中心 |
| 67 | s.subspec 'PayCenter' do |ss| | 68 | s.subspec 'PayCenter' do |ss| |
| 68 | ss.source_files = 'CNLiveBalanceModule/Classes/PayCenter/*.{h,m}' | 69 | ss.source_files = 'CNLiveBalanceModule/Classes/PayCenter/*.{h,m}' |
| 70 | + ss.dependency 'CNLiveBalanceModule/TradingRecord' | ||
| 69 | ss.dependency 'CNLiveBalanceModule/View' | 71 | ss.dependency 'CNLiveBalanceModule/View' |
| 70 | end | 72 | end |
| 71 | 73 | ||
| 72 | - # 交易记录 | 74 | + # TradingRecord 交易记录 |
| 73 | s.subspec 'TradingRecord' do |ss| | 75 | s.subspec 'TradingRecord' do |ss| |
| 74 | ss.source_files = 'CNLiveBalanceModule/Classes/TradingRecord/*.{h,m}' | 76 | ss.source_files = 'CNLiveBalanceModule/Classes/TradingRecord/*.{h,m}' |
| 75 | ss.dependency 'CNLiveBalanceModule/View' | 77 | ss.dependency 'CNLiveBalanceModule/View' |
| 76 | end | 78 | end |
| 77 | 79 | ||
| 78 | - # 支付管理 | 80 | + # PayManager 支付管理 |
| 79 | s.subspec 'PayManager' do |ss| | 81 | s.subspec 'PayManager' do |ss| |
| 80 | ss.source_files = 'CNLiveBalanceModule/Classes/PayManager/*.{h,m}' | 82 | ss.source_files = 'CNLiveBalanceModule/Classes/PayManager/*.{h,m}' |
| 81 | ss.dependency 'CNLiveBalanceModule/View' | 83 | ss.dependency 'CNLiveBalanceModule/View' |
| 82 | end | 84 | end |
| 83 | 85 | ||
| 84 | - # 月账单 | 86 | + # MonthBill 月账单 |
| 85 | s.subspec 'MonthBill' do |ss| | 87 | s.subspec 'MonthBill' do |ss| |
| 86 | ss.source_files = 'CNLiveBalanceModule/Classes/MonthBill/*.{h,m}' | 88 | ss.source_files = 'CNLiveBalanceModule/Classes/MonthBill/*.{h,m}' |
| 87 | ss.dependency 'CNLiveBalanceModule/TradingRecord' | 89 | ss.dependency 'CNLiveBalanceModule/TradingRecord' |
CNLiveBalanceModule/Classes/Model/CNLiveBalanceRequest.m
| @@ -222,24 +222,28 @@ | @@ -222,24 +222,28 @@ | ||
| 222 | @{ | 222 | @{ |
| 223 | @"title":@"当前状态", | 223 | @"title":@"当前状态", |
| 224 | @"content":@"已存入余额", | 224 | @"content":@"已存入余额", |
| 225 | + @"style":@"0", | ||
| 225 | @"height":@"40", | 226 | @"height":@"40", |
| 226 | @"lineHeight":@"0" | 227 | @"lineHeight":@"0" |
| 227 | }, | 228 | }, |
| 228 | @{ | 229 | @{ |
| 229 | @"title":@"转账说明", | 230 | @"title":@"转账说明", |
| 230 | @"content":model.desc?model.desc:@"未知", | 231 | @"content":model.desc?model.desc:@"未知", |
| 232 | + @"style":@"0", | ||
| 231 | @"height":@"40", | 233 | @"height":@"40", |
| 232 | @"lineHeight":@"0" | 234 | @"lineHeight":@"0" |
| 233 | }, | 235 | }, |
| 234 | @{ | 236 | @{ |
| 235 | @"title":@"转账时间", | 237 | @"title":@"转账时间", |
| 236 | @"content":model.endTime?model.endTime:@"未知", | 238 | @"content":model.endTime?model.endTime:@"未知", |
| 239 | + @"style":@"0", | ||
| 237 | @"height":@"40", | 240 | @"height":@"40", |
| 238 | @"lineHeight":@"0" | 241 | @"lineHeight":@"0" |
| 239 | }, | 242 | }, |
| 240 | @{ | 243 | @{ |
| 241 | @"title":@"转账编号", | 244 | @"title":@"转账编号", |
| 242 | @"content":model.sourceId?model.sourceId:@"未知", | 245 | @"content":model.sourceId?model.sourceId:@"未知", |
| 246 | + @"style":@"0", | ||
| 243 | @"height":@"40", | 247 | @"height":@"40", |
| 244 | @"lineHeight":@"0" | 248 | @"lineHeight":@"0" |
| 245 | } | 249 | } |
| @@ -257,36 +261,42 @@ | @@ -257,36 +261,42 @@ | ||
| 257 | @{ | 261 | @{ |
| 258 | @"title":@"当前状态", | 262 | @"title":@"当前状态", |
| 259 | @"content":model.state, | 263 | @"content":model.state, |
| 264 | + @"style":@"0", | ||
| 260 | @"height":@"40", | 265 | @"height":@"40", |
| 261 | @"lineHeight":@"0" | 266 | @"lineHeight":@"0" |
| 262 | }, | 267 | }, |
| 263 | @{ | 268 | @{ |
| 264 | @"title":@"商品", | 269 | @"title":@"商品", |
| 265 | @"content":model.desc?model.desc:@"未知", | 270 | @"content":model.desc?model.desc:@"未知", |
| 271 | + @"style":@"0", | ||
| 266 | @"height":@"40", | 272 | @"height":@"40", |
| 267 | @"lineHeight":@"0" | 273 | @"lineHeight":@"0" |
| 268 | }, | 274 | }, |
| 269 | @{ | 275 | @{ |
| 270 | @"title":@"商户全称", | 276 | @"title":@"商户全称", |
| 271 | @"content":name?name:@"未知", | 277 | @"content":name?name:@"未知", |
| 278 | + @"style":@"0", | ||
| 272 | @"height":@"40", | 279 | @"height":@"40", |
| 273 | @"lineHeight":@"0" | 280 | @"lineHeight":@"0" |
| 274 | }, | 281 | }, |
| 275 | @{ | 282 | @{ |
| 276 | @"title":@"支付时间", | 283 | @"title":@"支付时间", |
| 277 | @"content":model.endTime?model.endTime:@"未知", | 284 | @"content":model.endTime?model.endTime:@"未知", |
| 285 | + @"style":@"0", | ||
| 278 | @"height":@"40", | 286 | @"height":@"40", |
| 279 | @"lineHeight":@"0" | 287 | @"lineHeight":@"0" |
| 280 | }, | 288 | }, |
| 281 | @{ | 289 | @{ |
| 282 | @"title":@"支付方式", | 290 | @"title":@"支付方式", |
| 283 | @"content":model.payMethod, | 291 | @"content":model.payMethod, |
| 292 | + @"style":@"0", | ||
| 284 | @"height":@"40", | 293 | @"height":@"40", |
| 285 | @"lineHeight":@"0" | 294 | @"lineHeight":@"0" |
| 286 | }, | 295 | }, |
| 287 | @{ | 296 | @{ |
| 288 | @"title":@"交易单号", | 297 | @"title":@"交易单号", |
| 289 | @"content":model.sourceId?model.sourceId:@"未知", | 298 | @"content":model.sourceId?model.sourceId:@"未知", |
| 299 | + @"style":@"0", | ||
| 290 | @"height":@"40", | 300 | @"height":@"40", |
| 291 | @"lineHeight":@"0" | 301 | @"lineHeight":@"0" |
| 292 | } | 302 | } |
| @@ -296,6 +306,7 @@ | @@ -296,6 +306,7 @@ | ||
| 296 | NSDictionary *dic = @{ | 306 | NSDictionary *dic = @{ |
| 297 | @"title":@"查看与此商户的交易记录", | 307 | @"title":@"查看与此商户的交易记录", |
| 298 | @"content":@"", | 308 | @"content":@"", |
| 309 | + @"style":@"1", | ||
| 299 | @"height":@"50", | 310 | @"height":@"50", |
| 300 | @"lineHeight":@"10" | 311 | @"lineHeight":@"10" |
| 301 | }; | 312 | }; |
| @@ -305,6 +316,7 @@ | @@ -305,6 +316,7 @@ | ||
| 305 | NSDictionary *dic = @{ | 316 | NSDictionary *dic = @{ |
| 306 | @"title":@"备注", | 317 | @"title":@"备注", |
| 307 | @"content":model.remark?model.remark:@"", | 318 | @"content":model.remark?model.remark:@"", |
| 319 | + @"style":@"0", | ||
| 308 | @"height":@"40", | 320 | @"height":@"40", |
| 309 | @"lineHeight":@"0" | 321 | @"lineHeight":@"0" |
| 310 | }; | 322 | }; |
CNLiveBalanceModule/Classes/Model/CNLiveTradingRecordDetailModel.h
| @@ -32,6 +32,7 @@ NS_ASSUME_NONNULL_BEGIN | @@ -32,6 +32,7 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 32 | // 订单详情 | 32 | // 订单详情 |
| 33 | @property (nonatomic, copy) NSString *title; | 33 | @property (nonatomic, copy) NSString *title; |
| 34 | @property (nonatomic, copy) NSString *content; | 34 | @property (nonatomic, copy) NSString *content; |
| 35 | +@property (nonatomic, copy) NSString *style; | ||
| 35 | @property (nonatomic, assign) CGFloat height; | 36 | @property (nonatomic, assign) CGFloat height; |
| 36 | @property (nonatomic, assign) CGFloat lineHeight; | 37 | @property (nonatomic, assign) CGFloat lineHeight; |
| 37 | 38 |
CNLiveBalanceModule/Classes/TradingRecord/CNLiveTradingRecordDetailCell.m
| @@ -42,7 +42,7 @@ static const NSInteger margin = 15; | @@ -42,7 +42,7 @@ static const NSInteger margin = 15; | ||
| 42 | _model = model; | 42 | _model = model; |
| 43 | _title.text = model.title; | 43 | _title.text = model.title; |
| 44 | _content.text = model.content; | 44 | _content.text = model.content; |
| 45 | - if([model.title isEqualToString:@"查看与此商户的交易记录"]){ | 45 | + if([model.style isEqualToString:@"1"]){ |
| 46 | _front.hidden = NO; | 46 | _front.hidden = NO; |
| 47 | _content.hidden = YES; | 47 | _content.hidden = YES; |
| 48 | 48 |
CNLiveBalanceModule/Classes/TradingRecord/CNLiveTradingRecordDetailController.m
| @@ -105,15 +105,19 @@ static const CGFloat height = 80; | @@ -105,15 +105,19 @@ static const CGFloat height = 80; | ||
| 105 | } | 105 | } |
| 106 | 106 | ||
| 107 | - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ | 107 | - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ |
| 108 | - CNLiveTradingRecordController *vc = [[CNLiveTradingRecordController alloc]init]; | ||
| 109 | - vc.type = TradingRecordTypeSpecial; | ||
| 110 | - vc.ID = self.model.toId; | ||
| 111 | - | ||
| 112 | - vc.date = self.date; | ||
| 113 | - vc.startTime = self.startTime; | ||
| 114 | - vc.endTime = self.endTime; | ||
| 115 | - | ||
| 116 | - [self.navigationController pushViewController:vc animated:YES]; | 108 | + CNLiveTradingRecordDetailModel *model = self.data[indexPath.row]; |
| 109 | + if([model.style isEqualToString:@"1"]){ | ||
| 110 | + CNLiveTradingRecordController *vc = [[CNLiveTradingRecordController alloc]init]; | ||
| 111 | + vc.type = TradingRecordTypeSpecial; | ||
| 112 | + vc.ID = self.model.toId; | ||
| 113 | + | ||
| 114 | + vc.date = self.date; | ||
| 115 | + vc.startTime = self.startTime; | ||
| 116 | + vc.endTime = self.endTime; | ||
| 117 | + | ||
| 118 | + [self.navigationController pushViewController:vc animated:YES]; | ||
| 119 | + | ||
| 120 | + } | ||
| 117 | } | 121 | } |
| 118 | 122 | ||
| 119 | #pragma mark - 懒加载 | 123 | #pragma mark - 懒加载 |