Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
8 years ago
Commit
867d053a864e47ff37ece278ca8691d6122dd341
1 parent
125439fc
order-ensure
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/order-ensure.page.js
public/js/cart/order-ensure.page.js
View file @
867d053
...
...
@@ -276,7 +276,7 @@ function submitOrder() {
isSubmiting
=
true
;
$
.
ajax
({
method
:
'POST'
,
url
:
'/cart/index/orderSub'
,
url
:
'/cart/index/
new/
orderSub'
,
data
:
{
addressId
:
orderInfo
(
'addressId'
),
cartType
:
orderInfo
(
'cartType'
)
||
'ordinary'
,
...
...
Please
register
or
login
to post a comment