Commit 82d3beb7d13acc6d36c22500f3c91a0f695a157d

Authored by liushiyu
1 parent d2ff432a

拆单页面更改数据

metaCode/Classes/Main/ShopPage/Controller/CNLiveShopOrderSendViewController.swift
@@ -35,9 +35,9 @@ class CNLiveShopOrderSendViewController: CNLiveBaseViewController, UITableViewDe @@ -35,9 +35,9 @@ class CNLiveShopOrderSendViewController: CNLiveBaseViewController, UITableViewDe
35 let saveButton = UIButton.init(type: .custom) 35 let saveButton = UIButton.init(type: .custom)
36 saveButton.frame = CGRect(x: KSreenWidth - 70, y: (get_system_nav_height() - (get_system_statusBar_height() + 25))/2 + get_system_statusBar_height(), width: 60, height: 25) 36 saveButton.frame = CGRect(x: KSreenWidth - 70, y: (get_system_nav_height() - (get_system_statusBar_height() + 25))/2 + get_system_statusBar_height(), width: 60, height: 25)
37 saveButton.setTitle("拆单", for: .normal) 37 saveButton.setTitle("拆单", for: .normal)
38 - saveButton.titleLabel?.font = medium_adapt_font(pointSize: 12) 38 + saveButton.titleLabel?.font = semibold_adapt_font(pointSize: 15)
39 saveButton.setTitleColor(HexColor("#F5A623"), for: .normal) 39 saveButton.setTitleColor(HexColor("#F5A623"), for: .normal)
40 - saveButton.backgroundColor = .white 40 + saveButton.backgroundColor = .clear
41 saveButton.layer.masksToBounds = true 41 saveButton.layer.masksToBounds = true
42 saveButton.layer.cornerRadius = 5 42 saveButton.layer.cornerRadius = 5
43 saveButton.addTarget(self, action: #selector(spliteBtnClick), for: .touchUpInside) 43 saveButton.addTarget(self, action: #selector(spliteBtnClick), for: .touchUpInside)