Commit 20f74502 authored by Steven杜宇's avatar Steven杜宇

// 赴港

parent 63a797f9
...@@ -276,6 +276,8 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource { ...@@ -276,6 +276,8 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
var isNeedAppoint = true var isNeedAppoint = true
if needGoHK == 1, reservationToHK == 1 { // 选择赴港且已预约 if needGoHK == 1, reservationToHK == 1 { // 选择赴港且已预约
isNeedAppoint = false isNeedAppoint = false
} else if needGoHK == 0 { // 赴港选择否
isNeedAppoint = false
} }
if isNeedAppoint { if isNeedAppoint {
......
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