...
|
...
|
@@ -256,7 +256,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":"//m.yohobuy.com/activity/student/register","antarget":"1"}}}';
|
|
|
} else {
|
|
|
$data['students'] = Helpers::url('/signin.html?refer=//m.yohobuy.com/activity/student/register');
|
|
|
}
|
...
|
...
|
|