Commit 1cd4e7de authored by 刘俊宏's avatar 刘俊宏

1.5.3(b1.5)提审线上版本

parent ad2b4667
......@@ -27,10 +27,10 @@ let systemVersion = (UIDevice.current.systemVersion as String)
//接口地址
//test
let SERVERCE_ImageHost = "https://z.gelifood.com/"
let SERVERCE_HOST = "https://z.gelifood.com/admin/"
//let SERVERCE_ImageHost = "https://zx.gelifood.com/"
//let SERVERCE_HOST = "https://zx.gelifood.com/admin/"
//let SERVERCE_ImageHost = "https://z.gelifood.com/"
//let SERVERCE_HOST = "https://z.gelifood.com/admin/"
let SERVERCE_ImageHost = "https://zx.gelifood.com/"
let SERVERCE_HOST = "https://zx.gelifood.com/admin/"
////online
//视图常量
......
......@@ -327,7 +327,7 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
}
if rowModel.pay_status! != 2 {
if rowModel.order_status == 1 || rowModel.order_status == 6 || rowModel.order_status == 7 || rowModel.order_status == 10 {
if !btnStr.contains("付款码") && btnStr.count < 4 {
if !btnStr.contains("付款码") && btnStr.count < 3 {
btnStr.append("付款码")
}
}
......
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