Commit 2ea8d7d9 authored by 刘俊宏's avatar 刘俊宏

601 ios:订单管理筛选列表-下单方式:将自助下单改为自主下单,将销售下单改为代客下单

parent 75d7808c
......@@ -114,7 +114,7 @@ class OrderSelectMoreView: UIView,TitleAndSelCalendarViewDelegate ,TimeSelectVie
make.height.equalTo(1)
make.top.equalTo(payV.snp_bottom).offset(15*glscale)
}
let typeV = addTitleAndMoreBtn(title: "下单方式", arrStr: ["自助下单","销售下单"], btnTag: 2000)
let typeV = addTitleAndMoreBtn(title: "下单方式", arrStr: ["自主下单","代客下单"], btnTag: 2000)
moreBgView.addSubview(typeV)
typeV.snp.makeConstraints { (make) in
make.left.equalTo(15*glscale)
......
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