无故事王国
2023-10-19 eb795a6523edbc0fe3a3b1a3d3bea1063041efd5
WanPai/Root/Other/View/StudentChooseView.swift
@@ -32,6 +32,8 @@
    @IBOutlet weak var cons_bottom: NSLayoutConstraint!
    @IBOutlet weak var btn_add: QMUIButton!
   @IBOutlet weak var cons_tableHei: NSLayoutConstraint!
   @IBOutlet weak var cons_tableLeading: NSLayoutConstraint!
   @IBOutlet weak var cons_tableTrailing: NSLayoutConstraint!
   
    private var clickClouse:(([Any])->Void)!
    private var needAddClouse:(()->Void)!
@@ -87,6 +89,8 @@
        }else{
            studentChooseView.actViewModel.configure(studentChooseView.tableView,needMore: false)
            studentChooseView.actViewModel.beginRefresh()
         studentChooseView.cons_tableLeading.constant = 0
         studentChooseView.cons_tableTrailing.constant = 0
        }
        UIView.animate(withDuration: 0.4) {