Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
2016-01-08 15:05:36 +0800
Commit
0ed9d86af70dd71756555269078e7483039553c1
2 parents
444e4978
7e53b795
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
library/LibModels/Wap/Product/SearchData.php
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
library/LibModels/Wap/Product/SearchData.php
View file @
0ed9d86
...
...
@@ -34,7 +34,7 @@ class SearchData
case
'preview'
:
case
'developer'
:
default
:
return
'http://192.168.10.64:8080/yohosearch/search.json'
;
//'http://101.200.31.165
/yohosearch/search.json';
return
'http://101.200.31.165/yohosearch/search.json'
;
//return 'http://192.168.10.64:8080
/yohosearch/search.json';
}
}
...
...
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
View file @
0ed9d86
...
...
@@ -16,6 +16,7 @@ class RegisterController extends WebAction
$this
->
setSession
(
'effective_time'
,
time
()
+
1800
);
$data
=
array
(
'registerPage'
=>
true
,
'simpleHeader'
=>
PassportModel
::
getSimpleHeader
(
false
),
'passport'
=>
array
(
'actionUrl'
=>
'/passport/register/mobileregister'
,
'region'
=>
RegData
::
getAreasData
(),
...
...
Please
register
or
login
to post a comment