Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
2017-04-01 15:36:54 +0800
Commit
e6d073e75c375fc4ed995a8b8dab811641ca4d4a
2 parents
31c055fa
55ff5e3f
Merge branch 'hotfix/deleteSlim' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/returns-apply.js
public/js/home/returns-apply.js
View file @
e6d073e
...
...
@@ -527,7 +527,7 @@ $('.save-btn').click(function() {
return
;
}
if
(
pageType
)
{
if
(
pageType
&&
returnMode
!==
1
)
{
refundConfirm
=
new
Dialog
(
$
.
extend
(
true
,
{},
option
,
{
content
:
content
,
btns
:
[{
...
...
Please
register
or
login
to post a comment