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
毕凯
2015-12-15 22:24:17 +0800
Commit
787dc34bcd98276c213c62615f32845569ece40d
1 parent
d94ce54f
订单提交后 清除cookies
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/shopping-cart/order-ensure.js
static/js/shopping-cart/order-ensure.js
View file @
787dc34
...
...
@@ -125,6 +125,7 @@ function submitOrder() {
}
else
{
url
=
'/home/pay?order_code='
+
res
.
data
.
order_code
;
}
window
.
setCookie
(
'order-info'
,
''
);
window
.
location
.
href
=
url
;
}
else
{
tip
.
show
(
res
.
messege
||
'网络出错'
);
...
...
Please
register
or
login
to post a comment