Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
mali
2018-12-18 15:49:17 +0800
Commit
3cac7040fdee8512369edc4bea78b5fb20671385
1 parent
6e325b10
鉴定中心复制按钮优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
web/src/main/webapp/html/judgeCenter/pass.html
web/src/main/webapp/html/judgeCenter/reject.html
web/src/main/webapp/html/judgeCenter/pass.html
View file @
3cac704
...
...
@@ -61,7 +61,7 @@
new
ClipboardJS
(
'#addressCopy'
,
{
text
:
function
()
{
return
address
;
return
name
+
'\r\n'
+
mobile
+
'\r\n'
+
address
;
}
});
}
...
...
web/src/main/webapp/html/judgeCenter/reject.html
View file @
3cac704
...
...
@@ -61,7 +61,7 @@
new
ClipboardJS
(
'#rejectAddressCopy'
,
{
text
:
function
()
{
return
address
;
return
name
+
'\r\n'
+
mobile
+
'\r\n'
+
address
;
}
});
}
...
...
Please
register
or
login
to post a comment