Commit 6426cb11 authored by lujunye's avatar lujunye

预售刷新

parent 4f2b9d53
...@@ -470,6 +470,13 @@ class ProductDetailViewController: BaseViewController,UITableViewDelegate,UITabl ...@@ -470,6 +470,13 @@ class ProductDetailViewController: BaseViewController,UITableViewDelegate,UITabl
titles.add(contentArr[str.integerValue]) titles.add(contentArr[str.integerValue])
} }
} }
for title in titles {
let str = title as! String
if str == "预售"{
isYuShouShangPin = true
listTbv.reloadData()
}
}
tishixxArr.replaceObject(at: view.tag, with: titles.componentsJoined(by: ",")) tishixxArr.replaceObject(at: view.tag, with: titles.componentsJoined(by: ","))
if itemTypeArr.componentsJoined(by: "_") == "99_99_99_99" { if itemTypeArr.componentsJoined(by: "_") == "99_99_99_99" {
......
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