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
郭成尧
8 years ago
Commit
f9db8fc0a0f751d855e351dae786768fb38d5c61
2 parents
7731bbda
57068916
Merge branch 'release/5.2' into gray
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 @
f9db8fc
...
...
@@ -304,7 +304,7 @@ function submitOrder() {
if
(
payType
===
2
)
{
// 货到付款的进入订单页面
url
=
'/
cart/paySuccess/payCod
?order_code='
+
res
.
data
.
order_code
;
url
=
'/
home/orderDetail
?order_code='
+
res
.
data
.
order_code
;
}
else
{
url
=
'/home/orders/pay?order_code='
+
res
.
data
.
order_code
;
}
...
...
Please
register
or
login
to post a comment