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
Plain Diff
Browse Files
Authored by
mali
2018-12-18 16:26:41 +0800
Commit
598ecfcf5f68bd75c84b0d593fe2766cdf0fda22
2 parents
88ef75b2
3cac7040
Merge branch 'gray' into test6.8.4
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 @
598ecfc
...
...
@@ -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 @
598ecfc
...
...
@@ -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