[_cartTableViewregisterNib:[UINibnibWithNibName:@"VariousEatingTableViewCell"bundle:nil]forCellReuseIdentifier:variousEatingID];
VariousEatingTableViewCell *variousCell=[tableView dequeueReusableCellWithIdentifier:variousEatingID forIndexPath:indexPath];
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
方法中无法使用 [self tableView:tableView cellForRowAtIndexPath:indexPath]取到cell;导致无法直接通过返回cellHeight的方式动态返回单元格高度,慎重!