联系客户加图标

This commit is contained in:
DDIsFriend
2023-10-24 14:21:42 +08:00
parent c11aab7e05
commit c6fe00af5e
3 changed files with 5 additions and 4 deletions

View File

@@ -4759,8 +4759,8 @@
filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift"
startingColumnNumber = "9223372036854775807" startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807"
startingLineNumber = "1957" startingLineNumber = "1958"
endingLineNumber = "1957" endingLineNumber = "1958"
landmarkName = "init(style:reuseIdentifier:)" landmarkName = "init(style:reuseIdentifier:)"
landmarkType = "7"> landmarkType = "7">
<Locations> <Locations>
@@ -4807,8 +4807,8 @@
filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift"
startingColumnNumber = "9223372036854775807" startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807"
startingLineNumber = "1964" startingLineNumber = "1965"
endingLineNumber = "1964" endingLineNumber = "1965"
landmarkName = "init(style:reuseIdentifier:)" landmarkName = "init(style:reuseIdentifier:)"
landmarkType = "7"> landmarkType = "7">
<Locations> <Locations>

View File

@@ -1864,6 +1864,7 @@ class RescueIsIngCell : DDTableViewCell {
contactButton.layer.borderColor = UIColor.hex("DDDDDD").cgColor contactButton.layer.borderColor = UIColor.hex("DDDDDD").cgColor
contactButton.layer.borderWidth = 1 contactButton.layer.borderWidth = 1
contactButton.layer.cornerRadius = auto(4) contactButton.layer.cornerRadius = auto(4)
contactButton.setImage(UIImage(named: "rescue_orderDispatch_call"), for: .normal)
radiusView.addSubview(contactButton) radiusView.addSubview(contactButton)
dispatchButton.layer.borderColor = UIColor.hex("DDDDDD").cgColor dispatchButton.layer.borderColor = UIColor.hex("DDDDDD").cgColor
dispatchButton.layer.borderWidth = 1 dispatchButton.layer.borderWidth = 1