Commit e3a94be8108783662a23da646aa06e41fbee9a17

Authored by “张旭”
1 parent 26e76f3b

点播详情页--移除送礼按钮

metaCode/Classes/Main/HuBiLieHomePage/View/VodDetail/CNLiveVodIntroductionCell.swift
... ... @@ -158,16 +158,15 @@ class CNLiveVodIntroductionCell:UITableViewCell{
158 158 make.height.equalTo(40)
159 159 }
160 160  
161   - if metaAppDelegate.isGift{
162   - self.contentView.addSubview(shareGiftBtn)
163   - shareGiftBtn.snp.makeConstraints { make in
164   - make.right.equalToSuperview().offset(-10)
165   - make.width.equalTo(64)
166   - make.height.equalTo(21)
167   - make.centerY.equalTo(self.titleLabel.snp.centerY)
168   - }
169   - }
170   -
  161 +// if metaAppDelegate.isGift{
  162 +// self.contentView.addSubview(shareGiftBtn)
  163 +// shareGiftBtn.snp.makeConstraints { make in
  164 +// make.right.equalToSuperview().offset(-10)
  165 +// make.width.equalTo(64)
  166 +// make.height.equalTo(21)
  167 +// make.centerY.equalTo(self.titleLabel.snp.centerY)
  168 +// }
  169 +// }
171 170  
172 171 self.contentView.addSubview(self.collectionBtn)
173 172 collectionBtn.snp.makeConstraints { make in
... ...