Commit 5aaba841 authored by pete谢兆麟's avatar pete谢兆麟

删除逻辑

parent 528ddff1
...@@ -217,11 +217,6 @@ class YHMakePlanSelectAlertView: UIView { ...@@ -217,11 +217,6 @@ class YHMakePlanSelectAlertView: UIView {
@objc func orderButtonClick() { @objc func orderButtonClick() {
if let block = block { if let block = block {
// 规避用户未选点击确定
if selectProductId == dataSource?.sub_product[selectIndex].product_id {
dismiss()
return
}
block(dataSource?.sub_product[selectIndex].product_id ?? 0) block(dataSource?.sub_product[selectIndex].product_id ?? 0)
} }
dismiss() dismiss()
......
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