Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
1f9b0016
Commit
1f9b0016
authored
Apr 26, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片放大效果
parent
d9aa73a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
ruoyi-admin/src/main/resources/static/img/pay.png
+0
-0
ruoyi-admin/src/main/resources/templates/main.html
+15
-1
No files found.
ruoyi-admin/src/main/resources/static/img/pay.png
View replaced file @
d9aa73a7
View file @
1f9b0016
27.9 KB
|
W:
|
H:
142 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ruoyi-admin/src/main/resources/templates/main.html
View file @
1f9b0016
...
...
@@ -681,7 +681,7 @@
</div>
<div
class=
"ibox-content"
>
<div
class=
"alert alert-warning"
>
请作者喝杯咖啡
。
请作者喝杯咖啡
(点击图片放大)
</div>
<p
id=
"pay-qrcode"
>
<a
href=
"javascript:;"
><img
th:src=
"@{/img/pay.png}"
width=
"100%"
alt=
"请使用手机支付宝或者微信扫码支付"
>
...
...
@@ -695,5 +695,19 @@
</div>
<script
th:src=
"@{/js/jquery.min.js}"
></script>
<script
th:src=
"@{/js/bootstrap.min.js}"
></script>
<script
th:src=
"@{/ajax/libs/layer/layer.min.js}"
></script>
<script
type=
"text/javascript"
>
$
(
'#pay-qrcode'
).
click
(
function
(){
var
html
=
$
(
this
).
html
();
parent
.
layer
.
open
({
title
:
false
,
type
:
1
,
closeBtn
:
false
,
shadeClose
:
true
,
area
:
[
'600px'
,
'auto'
],
content
:
html
});
});
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment