Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
马力
2017-01-19 17:06:08 +0800
Commit
4c977569670a2987ba41dfed3bd898837f302216
1 parent
943cddad
更新userId
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
code/static/js.jquery/module/goods/basegoods/brandClassic.js
code/static/js.jquery/module/goods/basegoods/brandSaleTime.js
code/static/js.jquery/module/goods/basegoods/brandClassic.js
View file @
4c97756
...
...
@@ -33,7 +33,7 @@ function batchExport(el, type) {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
}
}
...
...
code/static/js.jquery/module/goods/basegoods/brandSaleTime.js
View file @
4c97756
...
...
@@ -33,7 +33,7 @@ function batchExport(el, type) {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'
warning
'
);
common
.
util
.
__tip
(
response
.
message
,
'
success
'
);
}
}
}
...
...
Please
register
or
login
to post a comment