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
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
2016-07-27 10:50:31 +0800
Commit
2988aadb8ec318ef800b395542a476f0bc07a2ac
1 parent
a5348719
ajax history.go() reload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/js/shopping/cart/util.js
public/js/shopping/cart/util.js
View file @
2988aad
...
...
@@ -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
();
}
...
...
Please
register
or
login
to post a comment