var hh = screenWidth == 320 ? 200.h : 240.h
var lineV : TroubleLineView {
return TroubleLineView(frame: CGRect(0, 67+hh, screenWidth, screenHeight-67-hh))
}
lazy var time : String = self.timeV.curDate.dateString("yyyy")
lazy var hideFrame : CGRect = CGRect(0, screenHeight, screenWidth, self.aViewH)
lazy var rightView = {
return RightView(frame: CGRect(0, 0, screenWidth, screenHeight - 110))
}()
网友评论