Commit fe04df2afaad39f90f101fb1ad3589c47f949590

Authored by “张旭”
1 parent 0e91e749

苹果登录失败问题

metaCode/Classes/Main/HuBiLieHomePage/Controller/CNLiveTVHomeViewController.swift
... ... @@ -200,6 +200,9 @@ class CNLiveTVHomeViewController:CNLiveBaseViewController, UITableViewDataSource
200 200 }
201 201  
202 202 func changeBtnHighLight(idx:Int){
  203 + if self.currStyleIndex == idx {
  204 + return
  205 + }
203 206 if idx == 0{
204 207 self.changeBtn(btn: self.pageStyleBtn1, isHighLight: true)
205 208 self.changeBtn(btn: self.pageStyleBtn2, isHighLight: false)
... ...