code review by fei.hong: do add checkou woman
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -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 |
-
Please register or login to post a comment