Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
jinhu.tung
2016-07-27 11:27:34 +0800
Commit
09126791a349a30f76b541ded2e1bf406e0ce5a4
2 parents
faa5108c
2988aadb
Merge branch 'feature/shopping' into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
public/js/shopping/cart/util.js
public/scss/shopping/_cart-products.css
public/js/shopping/cart/util.js
View file @
0912679
...
...
@@ -93,6 +93,9 @@ var Util = {
template
=
hbs
.
compile
(
$
(
'#cart-content-tpl'
).
html
());
$
(
'#cart_content'
).
html
(
template
(
data
));
// 防止回退history.go(-1)时页面状态不改变
window
.
location
.
reload
();
if
(
callback
)
{
return
callback
();
}
...
...
public/scss/shopping/_cart-products.css
View file @
0912679
...
...
@@ -164,7 +164,7 @@ $hoverColor: #379ed6;
.editable
{
padding
:
5px
;
width
:
1
68
px
;
width
:
1
90
px
;
position
:
relative
;
.iconfont
{
...
...
Please
register
or
login
to post a comment