storeupViewCell *upviewCell = (storeupViewCell*)[self.tableView cellForRowAtIndexPath:indexPath];
//[upviewCell passstring:namestr];
//upviewCell.rightLabel.text = namestr;
//[self getData];
collectionViewModel*collectmodel =self.dataArray[indexPath.row];
collectmodel.bookMarkType= namestr;
[upviewCellpassmodel:collectmodel];
网友评论