Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
3d387c9dac0b9789301582e4db32db8c8455f75a
1 parent
b575fd1e
修改物流显示问题处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/me/refund-detail.page.js
public/js/me/refund-detail.page.js
View file @
3d387c9
...
...
@@ -90,7 +90,7 @@ $submitExpress.click(function() {
$showExpress
.
on
(
'click'
,
'.reset-express'
,
function
()
{
var
expressId
=
$showExpress
.
data
(
'id'
);
$expressCo
de
.
val
(
expressId
);
$expressCo
mpany
.
val
(
expressId
);
$showExpress
.
addClass
(
'hide'
);
$editExpress
.
removeClass
(
'hide'
);
});
...
...
Please
register
or
login
to post a comment