Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
weiqingting
9 years ago
Commit
d643be9477aa665be0f6a5d69773666a028223cd
1 parent
2e4c1ac2
代销变价bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
client/js/goods/price-change.js
client/js/goods/price-change.js
View file @
d643be9
...
...
@@ -490,5 +490,5 @@ $('#sure-change').on('click', function() {
});
$
(
'#download-btn'
).
on
(
'click'
,
function
()
{
location
.
href
=
$
(
this
).
data
(
'domain'
)
+
'/batch
/download?path='
+
path
;
location
.
href
=
'/ajax
/download?path='
+
path
;
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment