| | |
| | | @IBOutlet weak var banner_collectionView: UICollectionView! |
| | | @IBOutlet weak var label_empty: UILabel! |
| | | @IBOutlet weak var view_container: UIView! |
| | | // @IBOutlet weak var cons_CollectionAspect: NSLayoutConstraint! |
| | | @IBOutlet weak var btn_special: UIButton! |
| | | // @IBOutlet weak var cons_CollectionAspect: NSLayoutConstraint! |
| | | |
| | | private var models = [StartClouseExploreModel]() |
| | | private lazy var mapView:MAMapView = { |
| | |
| | | push(vc: vc) |
| | | } |
| | | |
| | | @IBAction func privilegeAction(_ sender: UIButton) { |
| | | let vc = JoinMemberIntroduceVC() |
| | | push(vc: vc) |
| | | } |
| | | |
| | | |
| | | @IBAction func aboutMinProgram(_ sender: Any) { |
| | | |
| | | CommonAlertView.show(title: "提示", content: "即将打开小程序,是否继续?") { status in |