Commit 64e422a2 authored by lujunye's avatar lujunye

京东运费显示

parent 6b56d5bc
...@@ -660,14 +660,14 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie ...@@ -660,14 +660,14 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
@IBOutlet weak var priceLbl: UILabel! @IBOutlet weak var priceLbl: UILabel!
weak var weak_alertView:LogisticalSelectView? = nil weak var weak_alertView:LogisticalSelectView? = nil
@IBAction func orderAction(_ sender: Any) { @IBAction func orderAction(_ sender: Any) {
// if r_city == nil || s_city == nil || weight == nil || tiJi == nil || wenduIndex == 0{ if r_city == nil || s_city == nil || weight == nil || tiJi == nil || wenduIndex == 0{
// HUD.flash(.label("请填写相关信息"), delay: 1.2) HUD.flash(.label("请填写相关信息"), delay: 1.2)
// return return
// } }
// if logPayPriceModel == nil { if logPayPriceModel == nil {
// HUD.flash(.label("无法估算运费"), delay: 1.2) HUD.flash(.label("无法估算运费"), delay: 1.2)
// return return
// } }
let alertView = LogisticalSelectView(frame: self.view.window!.bounds) let alertView = LogisticalSelectView(frame: self.view.window!.bounds)
alertView.delegate = self alertView.delegate = self
if logPayPriceModel?.price_jd != nil { if logPayPriceModel?.price_jd != nil {
......
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