Authored by yangyang

true

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