Commit 64e422a2 authored by lujunye's avatar lujunye

京东运费显示

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