Commit b68de025 authored by 刘俊宏's avatar 刘俊宏

修改商品详情

parent 17912795
...@@ -503,7 +503,13 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo ...@@ -503,7 +503,13 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
self.tishixxArr.remove(at: 3) self.tishixxArr.remove(at: 3)
//品牌名 //品牌名
self.pinPai_id = (model.data?.goods_res!.brand_id)! self.pinPai_id = (model.data?.goods_res!.brand_id)!
if (model.data?.goods_res!.brand_name) != nil{
self.pinPai = (model.data?.goods_res!.brand_name)! self.pinPai = (model.data?.goods_res!.brand_name)!
}else{
self.pinPai = ""
}
self.tishixxArr.insert(self.pinPai, at: 3) self.tishixxArr.insert(self.pinPai, at: 3)
self.tishixxArr.remove(at: 4) self.tishixxArr.remove(at: 4)
//起卖数量 //起卖数量
......
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