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-14 14:03:33 +0800
Commit
a2798291713fc9d72fbcfb7a66f59f52c2746273
2 parents
3c378078
663c9f81
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
static/sass/product/_detail.scss
yohobuy/www.yohobuy.com/application/Bootstrap.php
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
static/sass/product/_detail.scss
View file @
a279829
...
...
@@ -303,6 +303,7 @@ $basicBtnC:#eb0313;
font-size
:
pxToRem
(
24px
);
float
:
right
;
color
:
#d0021b
;
margin-right
:
1
.4rem
;
h1
{
display
:
inline-block
;
line-height
:
pxToRem
(
88px
);
...
...
yohobuy/www.yohobuy.com/application/Bootstrap.php
View file @
a279829
...
...
@@ -79,8 +79,8 @@ class Bootstrap extends Bootstrap_Abstract
case
'dev'
:
// 开发环境
break
;
case
'search'
:
// 搜索
$controller
=
'Search'
;
$action
=
'List'
;
$searchRequest
=
new
Yaf\Request\Http
(
'/product/search/index'
);
$dispatcher
->
setRequest
(
$searchRequest
);
break
;
case
'guang'
:
// 逛
$module
=
'Guang'
;
...
...
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
View file @
a279829
...
...
@@ -4,7 +4,7 @@ use LibModels\Web\Passport\RegData;
use
Plugin\Helpers
;
use
Plugin\Cache
;
use
Passport\PassportModel
;
use
LibModels\W
eb
\Passport\BindData
;
use
LibModels\W
ap
\Passport\BindData
;
class
RegisterController
extends
WebAction
{
/**
...
...
Please
register
or
login
to post a comment