update
This commit is contained in:
Binary file not shown.
@@ -1002,8 +1002,8 @@
|
|||||||
filePath = "OrderScheduling/Rescue/ViewController/RescuePhotoController.swift"
|
filePath = "OrderScheduling/Rescue/ViewController/RescuePhotoController.swift"
|
||||||
startingColumnNumber = "9223372036854775807"
|
startingColumnNumber = "9223372036854775807"
|
||||||
endingColumnNumber = "9223372036854775807"
|
endingColumnNumber = "9223372036854775807"
|
||||||
startingLineNumber = "139"
|
startingLineNumber = "140"
|
||||||
endingLineNumber = "139"
|
endingLineNumber = "140"
|
||||||
landmarkName = "viewDidLoad()"
|
landmarkName = "viewDidLoad()"
|
||||||
landmarkType = "7">
|
landmarkType = "7">
|
||||||
</BreakpointContent>
|
</BreakpointContent>
|
||||||
|
|||||||
@@ -284,7 +284,7 @@ open class HistoryController : ZDViewController {
|
|||||||
// 指示器
|
// 指示器
|
||||||
let indicator = JXCategoryIndicatorLineView()
|
let indicator = JXCategoryIndicatorLineView()
|
||||||
indicator.indicatorColor = .hex("3678FF")
|
indicator.indicatorColor = .hex("3678FF")
|
||||||
indicator.indicatorWidth = JXCategoryViewAutomaticDimension
|
indicator.indicatorWidth = auto(18)
|
||||||
indicator.verticalMargin = 7
|
indicator.verticalMargin = 7
|
||||||
categoryView.indicators = [indicator]
|
categoryView.indicators = [indicator]
|
||||||
|
|
||||||
|
|||||||
@@ -136,6 +136,7 @@ open class RescuePhotoController : ZDViewController {
|
|||||||
make.height.equalTo(rescuePhotoView.largeImageView)
|
make.height.equalTo(rescuePhotoView.largeImageView)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rescuePhotoView.collectionView.backgroundColor = .hex("000000")
|
||||||
rescuePhotoView.collectionView.delegate = self
|
rescuePhotoView.collectionView.delegate = self
|
||||||
rescuePhotoView.collectionView.dataSource = self
|
rescuePhotoView.collectionView.dataSource = self
|
||||||
rescuePhotoView.collectionView.register(RescuePendingDispatchPhotoCell.self, forCellWithReuseIdentifier: "cell")
|
rescuePhotoView.collectionView.register(RescuePendingDispatchPhotoCell.self, forCellWithReuseIdentifier: "cell")
|
||||||
|
|||||||
Reference in New Issue
Block a user