Authored by hf

code review by fei.hong: do add checkou woman

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