Authored by 周少峰

sigin url

... ... @@ -245,7 +245,7 @@ class SearchController extends AbstractAction
}
} else {
if ($isApp) {
$data['students'] = Helpers::url('/').'?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"' + '//m.yohobuy.com/activity/student/register","antarget":"1"}}}';
$data['students'] = '/signin.html?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"http://m.yohobuy.com/activity/student/register","antarget":"1"}}}';
} else {
$data['students'] = Helpers::url('/signin.html?refer=//m.yohobuy.com/activity/student/register');
}
... ...