Authored by hf

code review by fei.hong: do add checkou woman

... ... @@ -71,6 +71,10 @@ class Mobile
//
// $continueList = array('www', 'list', 'search');
// $hostSplit = explode('.', $host);
// PC 跳 WAP 女生频道对应
if ($uri === '/woman') {
$uri = '/girls';
}
return 'm.yohobuy.com' . $uri;
}
... ...