Commit 81ec1bae authored by lujunye's avatar lujunye

修复bug,更新修改价格接口

parent 94def744
......@@ -24,21 +24,5 @@
continueAfterRunningActions = "No">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "A5E07993-0B17-4091-95FF-610BAEABD94F"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "GeliBusinessPlatform/ViewController/&#x8ba2;&#x5355;&#x7ba1;&#x7406;/&#x9884;&#x552e;&#x4ef7;&#x683c;&#x4fee;&#x6539;/XiuGaiYuShouJiaViewController.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "36"
endingLineNumber = "36"
landmarkName = "viewDidLoad()"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
......@@ -256,6 +256,9 @@ class YingFuZKListViewController: BaseViewController,UISearchBarDelegate,SearchB
}
func searchBarShouldBeginEditing(_ searchBar: UISearchBar) -> Bool {
print("调起搜索后添加个蒙版本")
selectList.isHidden = true
closeBtn.isHidden = true
blackBtnView = UIButton ()
blackBtnView.backgroundColor = UIColor.init(named: "提示视图背景色")
self.view.addSubview(blackBtnView)
......
......@@ -399,6 +399,7 @@ class YingFuZhangKuanXQViewController:BaseViewController,UISearchBarDelegate,Sea
var blackBtnView:UIButton! = nil
func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
print("点击搜索进行--")
searchBar.resignFirstResponder()
keyword = searchBar.text!
listView.mj_header?.beginRefreshing()
......@@ -418,6 +419,7 @@ class YingFuZhangKuanXQViewController:BaseViewController,UISearchBarDelegate,Sea
}
func searchBarShouldBeginEditing(_ searchBar: UISearchBar) -> Bool {
print("调起搜索后添加个蒙版本")
blackBtnView = UIButton ()
blackBtnView.backgroundColor = UIColor.init(named: "提示视图背景色")
self.view.addSubview(blackBtnView)
......@@ -426,7 +428,8 @@ class YingFuZhangKuanXQViewController:BaseViewController,UISearchBarDelegate,Sea
make.top.equalTo(searchBGView!.snp_bottom)
}
blackBtnView.addTarget(self, action: #selector(removeBlackBtnView), for: .touchUpInside)
selectView.isHidden = true
closeBtn.isHidden = true
return true
}
@objc func removeBlackBtnView(){
......@@ -687,6 +690,9 @@ class YingFuZhangKuanXQViewController:BaseViewController,UISearchBarDelegate,Sea
return
}
print("最后的时间",BeginDate,EndDate)
if time_type == 0 {
time_type = 1
}
listView.mj_header?.beginRefreshing()
selectView.isHidden = true
closeBtn.isHidden = true
......
......@@ -82,6 +82,11 @@ class LoginViewController: BaseViewController, CodeViewDelegate,GeliAlertViewDel
override func viewDidLoad() {
super.viewDidLoad()
//测试
// phoneTF.text = "Liangyuepf"
// passTF.text = "zxcvbnm"
passTF.isSecureTextEntry = true
......@@ -175,6 +180,7 @@ class LoginViewController: BaseViewController, CodeViewDelegate,GeliAlertViewDel
if rightBtn.isSelected {//MARK:- 密码登录
//MARK:--登录接口样式
print("\(codeNum) == \(codeTF.text)")
// zxpf
......
......@@ -76,7 +76,7 @@ class ChangeGoodsPriceVC: BaseViewController , UITableViewDelegate, UITableView
})
let order_goods = dataChangeString(sender: order_goodsArr!)
editOrderGoodsPrice(["user_token":UserToken as Any,"order_id":orderID as Any,"order_goods":order_goods], success: { (data) in
editOrderGoodsPrice(["user_token":UserToken as Any,"order_id":orderID as Any,"order_goods":order_goods as Any,"logistics_price":wlPrice as Any,"other_price":qtPrice as Any], success: { (data) in
let dataM = data as! UpDataModel
if dataM.code == 1 {
self.delegate?.changeGoodsPriByData(sender: self.dataArr!)
......
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