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
514335620@qq.com
9 years ago
Commit
4f74cc0de705042bcd5c988d72a662ff2c80159b
1 parent
80811254
修复 退换货 错误提交的状态 申请未改变状态
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web-static/js/home/returns-apply.js
web-static/js/home/returns-apply.js
View file @
4f74cc0
...
...
@@ -389,7 +389,7 @@ function loadWaiting(status) {
text
+=
'○'
;
},
600
);
}
else
{
$submitBox
.
add
Class
(
'applying'
);
$submitBox
.
remove
Class
(
'applying'
);
clearInterval
(
timer
);
}
}
...
...
@@ -425,7 +425,7 @@ $('.save-btn').click(function() {
}
}
else
{
alert
(
jsonData
.
message
);
loadWaiting
();
loadWaiting
(
false
);
}
});
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment