Commit aa63792190f315fa51b16b42d1ba489c5d0f4df4

Authored by zhangxiaowen
1 parent d1583998

no message

CNLiveBalanceModule/Classes/TradingRecord/CNLiveMonthBillController.m
... ... @@ -132,7 +132,7 @@ static const CGFloat height = 60;
132 132  
133 133 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
134 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 136 [self.navigationController pushViewController:vc animated:YES];
137 137  
138 138 }
... ...