Commit 1914bba15ff4f611adac3478b23423d7f0cc7353

Authored by 左丞
1 parent 9f390667
Exists in newLive

no message

YouerLiveVideo/YouerLiveVideo/controllers/TVStation/ExcellentTVViewController.swift
... ... @@ -320,14 +320,10 @@ class ExcellentTVInforViewCell: UICollectionViewCell{
320 320 self.playCount.text = "播放次数:" + "\(model!.f_Pv!)"
321 321 self.subjectType.text = model!.f_Title
322 322 }
323   -
324 323 }
325 324  
326 325 @IBAction func playBtnClick(_ sender: UIButton) {
327 326 AppDelegate.instance().httpServer.addHistoryView(parameters: ["f_ViewType":self.model!.f_ResourceType as AnyObject,"f_ViewId":self.model!.f_Id as AnyObject,"f_ViewName":self.model!.f_Title as AnyObject]) { (str, error) in
328   - if JSON.fromString(jsonString: str)?["status"].intValue == 1{
329   -
330   - }
331 327 }
332 328 let url = URL(string:self.model!.f_ResourceUrl)
333 329 let player = AVPlayerViewController()
... ...