Commit aa63792190f315fa51b16b42d1ba489c5d0f4df4
1 parent
d1583998
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveBalanceModule/Classes/TradingRecord/CNLiveMonthBillController.m
| @@ -132,7 +132,7 @@ static const CGFloat height = 60; | @@ -132,7 +132,7 @@ static const CGFloat height = 60; | ||
| 132 | 132 | ||
| 133 | - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ | 133 | - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ |
| 134 | CNLiveTradingRecordListModel *model = self.data[indexPath.row]; | 134 | CNLiveTradingRecordListModel *model = self.data[indexPath.row]; |
| 135 | - CNLiveTradingRecordDetailController *vc = [[CNLiveTradingRecordDetailController alloc]initWithType:TradingRecordDetailTypeDefault model:model date:self.date startTime:self.date endTime:self.date]; | 135 | + CNLiveTradingRecordDetailController *vc = [[CNLiveTradingRecordDetailController alloc]initWithType:TradingRecordDetailTypeDefault model:model date:self.date startTime:self.startTime endTime:self.endTime]; |
| 136 | [self.navigationController pushViewController:vc animated:YES]; | 136 | [self.navigationController pushViewController:vc animated:YES]; |
| 137 | 137 | ||
| 138 | } | 138 | } |