Authored by yangyang

true

@@ -17,7 +17,7 @@ class IndexModel @@ -17,7 +17,7 @@ class IndexModel
17 { 17 {
18 public static function getChannel(){ 18 public static function getChannel(){
19 $result = array(); 19 $result = array();
20 - $result['showYohood'] = true; 20 + $result['showYohood'] = false;
21 21
22 $data = IndexData::channelData(); 22 $data = IndexData::channelData();
23 23