Commit fe04df2afaad39f90f101fb1ad3589c47f949590
1 parent
0e91e749
苹果登录失败问题
Showing
1 changed file
with
3 additions
and
0 deletions
metaCode/Classes/Main/HuBiLieHomePage/Controller/CNLiveTVHomeViewController.swift
| @@ -200,6 +200,9 @@ class CNLiveTVHomeViewController:CNLiveBaseViewController, UITableViewDataSource | @@ -200,6 +200,9 @@ class CNLiveTVHomeViewController:CNLiveBaseViewController, UITableViewDataSource | ||
| 200 | } | 200 | } |
| 201 | 201 | ||
| 202 | func changeBtnHighLight(idx:Int){ | 202 | func changeBtnHighLight(idx:Int){ |
| 203 | + if self.currStyleIndex == idx { | ||
| 204 | + return | ||
| 205 | + } | ||
| 203 | if idx == 0{ | 206 | if idx == 0{ |
| 204 | self.changeBtn(btn: self.pageStyleBtn1, isHighLight: true) | 207 | self.changeBtn(btn: self.pageStyleBtn1, isHighLight: true) |
| 205 | self.changeBtn(btn: self.pageStyleBtn2, isHighLight: false) | 208 | self.changeBtn(btn: self.pageStyleBtn2, isHighLight: false) |