update
This commit is contained in:
@@ -137,7 +137,7 @@ extension AdditionalPhotoController : UICollectionViewDelegate, UICollectionView
|
||||
}
|
||||
|
||||
|
||||
open class AdditionalPhotoController : DDViewController {
|
||||
open class AdditionalPhotoController : ZDViewController {
|
||||
private let additionalPhotoView = AdditionalPhotoView()
|
||||
private let disposeBag = DisposeBag()
|
||||
private let refreshRelay = ReplayRelay<Any?>.create(bufferSize: 1)
|
||||
@@ -162,7 +162,8 @@ open class AdditionalPhotoController : DDViewController {
|
||||
dd_navigationItemTitle = "工单照片"
|
||||
dd_navigationBarBackgroundColor = .hex("354683")
|
||||
dd_navigationBarTitleTextAttributes = [.foregroundColor : UIColor.white(alpha: 0.7),.font:UIFont.mediumFont(17)]
|
||||
|
||||
dd_navigationBarBarButtonItemAttributes = [.foregroundColor : UIColor.white]
|
||||
|
||||
addSubviews()
|
||||
addActions()
|
||||
}
|
||||
|
||||
@@ -175,6 +175,7 @@ open class ReviewFailedController : ZDViewController {
|
||||
dd_navigationItemTitle = "审核失败"
|
||||
dd_navigationBarBackgroundColor = .hex("354683")
|
||||
dd_navigationBarTitleTextAttributes = [.foregroundColor : UIColor.white(alpha: 0.7),.font:UIFont.mediumFont(17)]
|
||||
dd_navigationBarBarButtonItemAttributes = [.foregroundColor : UIColor.white]
|
||||
navigationItem.leftBarButtonItems = nil
|
||||
|
||||
addSubviews()
|
||||
|
||||
Reference in New Issue
Block a user