From 1914bba15ff4f611adac3478b23423d7f0cc7353 Mon Sep 17 00:00:00 2001 From: 左丞 Date: Fri, 26 May 2017 10:47:59 +0800 Subject: [PATCH] no message --- YouerLiveVideo/YouerLiveVideo/controllers/TVStation/ExcellentTVViewController.swift | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) 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