| | |
| | | @IBOutlet weak var scrollView: UIScrollView! |
| | | @IBOutlet weak var coinCollectionView: UICollectionView! |
| | | @IBOutlet weak var btn_coupon: UIButton! |
| | | @IBOutlet weak var btn_shoppping: UIButton! |
| | | // @IBOutlet weak var btn_shoppping: UIButton! |
| | | @IBOutlet weak var btn_weekly: UIButton! |
| | | @IBOutlet weak var btn_todayFree: UIButton! |
| | | |
| | |
| | | self?.btn_coupon.sd_setImage(with: URL(string: coupon), for: .normal, placeholderImage: nil,context: nil) |
| | | } |
| | | |
| | | if let onlineShop = model.image?.onlineShop{ |
| | | self?.btn_shoppping.sd_setImage(with: URL(string: onlineShop), for: .normal, placeholderImage: nil, context: nil) |
| | | } |
| | | // if let onlineShop = model.image?.onlineShop{ |
| | | // self?.btn_shoppping.sd_setImage(with: URL(string: onlineShop), for: .normal, placeholderImage: nil, context: nil) |
| | | // } |
| | | |
| | | if let weeksBenefit = model.image?.weeksBenefit{ |
| | | self?.btn_weekly.sd_setImage(with: URL(string: weeksBenefit), for: .normal, placeholderImage: nil, context: nil) |