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
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2017-04-01 15:36:38 +0800
Commit
55ff5e3f758b9ef23edc1808c3424f0fa264b627
1 parent
1a81a9cb
货到付款退货提示
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 @
55ff5e3
...
...
@@ -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