Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
梁志锋
2015-12-21 17:15:25 +0800
Commit
7ab492a73b695828db26533377238c18507fcb13
2 parents
72db7114
64c22264
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
static/sass/cart/_good.scss
static/sass/cart/_index.scss
template/m.yohobuy.com/partials/cart/good.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
static/sass/cart/_good.scss
View file @
7ab492a
...
...
@@ -13,6 +13,10 @@
&
.icon-cb-checked
{
color
:
#000
;
}
&
.disabled
{
color
:
#f0f0f0
;
}
}
.few-tag
{
...
...
static/sass/cart/_index.scss
View file @
7ab492a
...
...
@@ -9,6 +9,10 @@
overflow-x
:
hidden
;
background
:
#f0f0f0
;
.yoho-tip
{
z-index
:
4
;
}
.cart-content
>
*
{
background
:
#fff
;
}
...
...
template/m.yohobuy.com/partials/cart/good.phtml
View file @
7ab492a
...
...
@@ -4,7 +4,7 @@
{{/if}}
{{#if showCheckbox}}
<span class="checkbox{{#if checked}} icon-cb-checked{{^}} icon-checkbox{{/if}} iconfont"></span>
<span class="checkbox{{#if checked}} icon-cb-checked{{^}} icon-checkbox
{{#if lowStocks}}disabled{{/if}}
{{/if}} iconfont"></span>
{{/if}}
<div class="info">
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
7ab492a
...
...
@@ -785,7 +785,7 @@ class HomeController extends AbstractAction
$this
->
auditJumpLogin
();
$this
->
setTitle
(
'支付中心'
);
$this
->
setNavHeader
(
'支付中心'
);
$this
->
setNavHeader
(
'支付中心'
,
Helpers
::
url
(
'/cart/index/index'
)
);
$orderCode
=
$this
->
get
(
'order_code'
);
if
(
empty
(
$orderCode
))
{
...
...
Please
register
or
login
to post a comment