Authored by biao

更新频道选择页顶部导航

@@ -183,6 +183,6 @@ if ($genderItem.length > 0) { @@ -183,6 +183,6 @@ if ($genderItem.length > 0) {
183 $genderItem.on('touchstart', function() { 183 $genderItem.on('touchstart', function() {
184 $('.genderNav ul .active').removeClass('active'); 184 $('.genderNav ul .active').removeClass('active');
185 $(this).addClass('active'); 185 $(this).addClass('active');
186 - window.location.search = "channel=" + ($(this).data('id') + 1); 186 + window.location.search = 'channel=' + ($(this).data('id') + 1);
187 }); 187 });
188 } 188 }
@@ -4,8 +4,8 @@ @@ -4,8 +4,8 @@
4 * @date: 2015/12/30 4 * @date: 2015/12/30
5 */ 5 */
6 6
7 -function getGender () {  
8 - return window.cookie('_Channel'); 7 +function getGender() {
  8 + return window.cookie('_Channel');
9 } 9 }
10 10
11 require('../home/maybe-like')(getGender()); 11 require('../home/maybe-like')(getGender());