diff --git a/YouerLiveVideo/YouerLiveVideo/controllers/TVStation/ExcellentTVViewController.swift b/YouerLiveVideo/YouerLiveVideo/controllers/TVStation/ExcellentTVViewController.swift index 194ac53..16cbd94 100644 --- a/YouerLiveVideo/YouerLiveVideo/controllers/TVStation/ExcellentTVViewController.swift +++ b/YouerLiveVideo/YouerLiveVideo/controllers/TVStation/ExcellentTVViewController.swift @@ -320,14 +320,10 @@ class ExcellentTVInforViewCell: UICollectionViewCell{ self.playCount.text = "播放次数:" + "\(model!.f_Pv!)" self.subjectType.text = model!.f_Title } - } @IBAction func playBtnClick(_ sender: UIButton) { 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 - if JSON.fromString(jsonString: str)?["status"].intValue == 1{ - - } } let url = URL(string:self.model!.f_ResourceUrl) let player = AVPlayerViewController() -- libgit2 0.21.0