Commit 45d5acc0 authored by lujunye's avatar lujunye

修复文案显示bug

parent e3e83fc3
...@@ -55,7 +55,7 @@ class NewSelectItemVc: BaseViewController,UITableViewDelegate,UITableViewDataSou ...@@ -55,7 +55,7 @@ class NewSelectItemVc: BaseViewController,UITableViewDelegate,UITableViewDataSou
cell.iconImg.sd_setImage(with:URL(string:SERVERCE_ImageHost + cellData.goods_thumb!)) cell.iconImg.sd_setImage(with:URL(string:SERVERCE_ImageHost + cellData.goods_thumb!))
cell.nameLbl.text = cellData.goods_name cell.nameLbl.text = cellData.goods_name
cell.detailLbl.text = cellData.spec_str cell.detailLbl.text = cellData.spec_str
cell.detailLbl2.text = "\(cellData.inventory!)" cell.detailLbl2.text = "库存数:\(cellData.inventory!)"
return cell return cell
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment