Commit e0abc367 authored by lujunye's avatar lujunye

延长菊花时间1.2秒

parent abdbbb47
...@@ -29,7 +29,7 @@ class DistributorSettingAlertView: UIView { ...@@ -29,7 +29,7 @@ class DistributorSettingAlertView: UIView {
} }
} }
@IBOutlet weak var nonCanYuBtn: UIButton! @IBOutlet weak var nonCanYuBtn: UIButton!
@IBAction func nonCanyuAction(_ sender: UIButton) { @IBAction func nonCanyuAction(_ sender: UIButton) {
//不参与 //不参与
canYuBtn .setImage(UIImage.init(named: "daixuan"), for: .normal) canYuBtn .setImage(UIImage.init(named: "daixuan"), for: .normal)
...@@ -128,7 +128,7 @@ class DistributorSettingAlertView: UIView { ...@@ -128,7 +128,7 @@ class DistributorSettingAlertView: UIView {
contentView.snp.makeConstraints { (make) in contentView.snp.makeConstraints { (make) in
make.left.top.right.bottom.equalToSuperview() make.left.top.right.bottom.equalToSuperview()
} }
} }
// /初始化时将xib中的view添加进来 // /初始化时将xib中的view添加进来
required init?(coder aDecoder: NSCoder) { required init?(coder aDecoder: NSCoder) {
...@@ -148,5 +148,5 @@ class DistributorSettingAlertView: UIView { ...@@ -148,5 +148,5 @@ class DistributorSettingAlertView: UIView {
let view = nib.instantiate(withOwner: self, options: nil).first as! UIView let view = nib.instantiate(withOwner: self, options: nil).first as! UIView
return view return view
} }
} }
...@@ -17,7 +17,7 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat ...@@ -17,7 +17,7 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat
self.view.addSubview(vc) self.view.addSubview(vc)
} }
func DistributorSettingAlertViewSubmitAction(tag: Int, operation_type: Int, dbt_price: String, commission_type: Int, commission_per: String, commission_val: String,view:DistributorSettingAlertView) { func DistributorSettingAlertViewSubmitAction(tag: Int, operation_type: Int, dbt_price: String, commission_type: Int, commission_per: String, commission_val: String,view:DistributorSettingAlertView) {
HUD.flash(.progress) HUD.flash(.progress, delay: 1.2)
if is_Edit { if is_Edit {
var sku_id = "" var sku_id = ""
for i in 0 ..< selectItem.count { for i in 0 ..< selectItem.count {
......
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