Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
3f329109d1d046e25164ede4248fba282ae3b7b7
1 parent
ca085023
js 语法纠正
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/order/ensure.js
web-static/js/order/ensure.js
View file @
3f32910
...
...
@@ -541,7 +541,7 @@ var Order = {
url
:
'/cart/index/orderCompute'
,
data
:
d
,
success
:
function
(
data
)
{
let
result
=
data
.
data
;
var
result
=
data
.
data
;
e
.
$loading
.
hide
();
if
(
data
.
code
===
200
)
{
...
...
Please
register
or
login
to post a comment