Commit e2e278be authored by David黄金龙's avatar David黄金龙
parents af5c1f03 13972cd0
......@@ -295,7 +295,7 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
let indexToInsert = token.index(token.startIndex, offsetBy: 6) //插入位置,这里以第六个字符后面为例
token.insert(contentsOf: addtionString, at: indexToInsert)
url = url + "?paramO=\(self.orderID)" + "&param=" + token
printLog("UURL: \(url)")
let vc = YHH5WebViewVC()
vc.url = url
self.navigationController?.pushViewController(vc)
......
......@@ -207,11 +207,6 @@ class YHServiceSelectAlertView: UICollectionViewCell {
ids.append(item.id)
}
}
if ids.isEmpty {
YHHUD.flash(message: "至少选择一项")
return
}
confirmBlock?(ids)
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