无故事王国
2023-10-19 eb795a6523edbc0fe3a3b1a3d3bea1063041efd5
WanPai/Root/Activity/View/StudentUpdateInfoView.swift
@@ -55,6 +55,9 @@
        storesView.frame = sceneDelegate?.window?.frame ?? .zero
      sceneDelegate?.window?.addSubview(storesView)
        storesView.cons_bottom.constant = 0
      storesView.tf_phone.text = model.phone
      storesView.tf_height.text = model.height.string
      storesView.tf_weight.text = model.weight.string
        
        UIView.animate(withDuration: 0.4) {
            storesView.alpha = 1
@@ -95,4 +98,9 @@
            self.removeFromSuperview()
        }
    }
   override func layoutSubviews() {
      super.layoutSubviews()
      view_container.jq_addCorners(corner: [.topLeft,.topRight], radius: 20,width: JQ_ScreenW,height: JQ_ScreenW)
   }
}