| | |
| | | @IBOutlet weak var btn_type: QMUIButton! |
| | | @IBOutlet weak var btn_store: QMUIButton! |
| | | |
| | | @IBOutlet weak var shadowView: UIView! |
| | | @IBOutlet weak var view_profile: UIView! |
| | | @IBOutlet weak var shadowView: UIView! |
| | | @IBOutlet weak var img_cover: UIImageView! |
| | | @IBOutlet weak var label_username: UILabel! |
| | | @IBOutlet weak var label_coin: UILabel! |
| | |
| | | resortSubTypeView?.removeFromSuperview() |
| | | } |
| | | |
| | | override func layoutSubviews() { |
| | | super.layoutSubviews() |
| | | view_profile.jq_addShadows(shadowColor: UIColor(hexStr: "#ACACAC").withAlphaComponent(0.31), corner: 4, radius: 5, offset: CGSize(width: 0, height: 1), opacity: 1) |
| | | } |
| | | |
| | | @IBAction func storeAction(_ sender: UIButton) { |
| | | StoresChooseView.show { [weak self] storeId,storeName in |
| | | self?.btn_store.setTitle(storeName, for: .normal) |