Commit a6760a9e authored by lujunye's avatar lujunye

修复显示字眼

parent 3ad4dbe2
......@@ -671,7 +671,8 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
let alertView = LogisticalSelectView(frame: self.view.window!.bounds)
alertView.delegate = self
if logPayPriceModel?.price_jd != nil {
alertView.jdPriceLbl.text = "京东物流(预估运费" + String(format: "%.2f", (logPayPriceModel?.price_jd)!) + "元)"
print("abc == ",logPayPriceModel?.price_jd)
alertView.jdPriceLbl.text = "京东冷运(预估运费" + String(format: "%.2f", (logPayPriceModel?.price_jd)!) + "元)"
}
if logPayPriceModel?.price_sf != nil {
alertView.sfPriceLbl.text = "顺丰冷运(预估运费" + String(format: "%.2f", (logPayPriceModel?.price_sf)!) + "元)"
......
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