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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-11-17 09:54:48 +0800
Commit
9bd60926b5074b87ea8e21bd3c1c8c9c9a9f0691
1 parent
1813a2b8
'jump-url'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/order-ensure.js
static/js/cart/order-ensure.js
View file @
9bd6092
...
...
@@ -315,7 +315,7 @@ function submitOrder() {
}
window
.
setCookie
(
'order-info'
,
''
);
//
window.location.href = url;
window
.
location
.
href
=
url
;
}
else
if
(
res
.
message
)
{
tip
.
show
(
res
.
message
);
}
...
...
Please
register
or
login
to post a comment