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
2016-07-27 16:51:25 +0800
Commit
3f96699411745a479f518703c216ae5c051fbb92
1 parent
5b38b607
删除打印信息
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
public/js/me/refund.page.js
public/js/me/refund.page.js
View file @
3f96699
...
...
@@ -211,8 +211,6 @@ $refundTable.on('change', '.refund-reason', function() {
var
$this
=
$
(
this
),
num
=
$this
.
data
(
'num'
)
||
0
;
console
.
log
(
num
);
if
(
num
>
3
)
{
new
Alert
(
'<h1>最多上传4张凭证</h1>'
).
show
();
return
;
...
...
Please
register
or
login
to post a comment