Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
whb
2016-01-20 17:37:45 +0800
Commit
ec6673c44dba7f1e64c97d9603597def01f4ca44
2 parents
c90604cb
3a6e035e
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy.git
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
static/sass/cart/_index.scss
web-static/js/product/latest-walk.js
static/sass/cart/_index.scss
View file @
ec6673c
...
...
@@ -141,7 +141,6 @@
}
.freebie-and-advance-buy
{
padding
:
20rem
/
$pxConvertRem
0
;
font-size
:
24rem
/
$pxConvertRem
;
border-top
:
1px
solid
#e0e0e0
;
border-bottom
:
1px
solid
#e0e0e0
;
...
...
web-static/js/product/latest-walk.js
View file @
ec6673c
...
...
@@ -13,7 +13,7 @@ var $latestWalkCount = $('#latest-walk-count');
(
function
()
{
var
tpl
;
if
(
$latestWalkCount
.
length
<
0
)
{
if
(
$latestWalkCount
.
length
===
0
)
{
return
;
}
...
...
Please
register
or
login
to post a comment