Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
web.yazhai.co
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7ab16333
authored
Oct 26, 2020
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
93ae6c8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
guodongRecharge/index.html
guodongRecharge/index.html
View file @
7ab16333
...
...
@@ -33,7 +33,7 @@
<span
class=
"recording"
>
充值记录
</span>
<div
style=
"height: 0.9rem;"
></div>
<div
class=
"top-box"
>
<p
class=
"top-text"
>
现有
橙钻
</p>
<p
class=
"top-text"
>
现有
钻石
</p>
<p
class=
"top-num"
>
--
</p>
</div>
<ul
class=
"content clearfix"
>
...
...
@@ -58,7 +58,7 @@
<div>
<button
class=
"pay-btn"
>
确认充值
</button>
</div>
<p
class=
"b-tips"
>
温馨提示:关注客服公众号
<span
style=
"color: #EEAE3F;"
>
"奶茶娱乐"
</span>
也可以购买
橙钻
,充值问题可点击
<img
class=
"call"
src=
"images/call.png"
alt=
""
></p>
<p
class=
"b-tips"
>
温馨提示:关注客服公众号
<span
style=
"color: #EEAE3F;"
>
"奶茶娱乐"
</span>
也可以购买
钻石
,充值问题可点击
<img
class=
"call"
src=
"images/call.png"
alt=
""
></p>
</div>
<div
class=
"alipay"
></div>
</body>
...
...
@@ -150,7 +150,7 @@ try{
else
html
+=
'
<
p
class
=
"diamond-p"
><
img
src
=
"images/diamond.png"
alt
=
""
>
' + msg.data.third[i].diamond + '
(
送
' + msg.data.third[i].coinnum + '
银币
)
<
/p>'
;
}
else
{
html
+=
'
<
p
class
=
"diamond-p"
><
img
src
=
"images/diamond.png"
alt
=
""
>
' + msg.data.third[i].diamond + '
<
span
style
=
"color: #645340;"
>
(
送
' + msg.data.third[i].addnum + '
橙钻
)
<
/span></
p
>
';
html
+=
'
<
p
class
=
"diamond-p"
><
img
src
=
"images/diamond.png"
alt
=
""
>
' + msg.data.third[i].diamond + '
<
span
style
=
"color: #645340;"
>
(
送
' + msg.data.third[i].addnum + '
钻石
)
<
/span></
p
>
';
}
html += '
<
p
class
=
"money-p"
>
¥
<
span
class
=
"pay-money"
>
' + msg.data.third[i].amount + '
<
/span></
p
>
';
...
...
@@ -164,7 +164,7 @@ try{
}
html += '
<
/li>'
;
}
// html+='
<
li
class
=
"rich-god"
style
=
"height: 1.7rem;"
><
p
class
=
"diamond-p"
style
=
"margin-top: 0.3rem;"
><
img
src
=
"images/diamond.png"
alt
=
""
>
100000
<
span
style
=
"color: #ff6600;"
>
(
送
10000
橙钻
)
<
/span></
p
><
p
class
=
"money-p"
>
¥
<
span
class
=
"pay-money"
>
10000
<
/span></
p
><
/li>
'
// html+='
<
li
class
=
"rich-god"
style
=
"height: 1.7rem;"
><
p
class
=
"diamond-p"
style
=
"margin-top: 0.3rem;"
><
img
src
=
"images/diamond.png"
alt
=
""
>
100000
<
span
style
=
"color: #ff6600;"
>
(
送
10000
钻石
)
<
/span></
p
><
p
class
=
"money-p"
>
¥
<
span
class
=
"pay-money"
>
10000
<
/span></
p
><
/li>
'
$
(
".content"
).
html
(
html
);
var
k
=
$
(
window
).
height
()
/
$
(
window
).
width
();
if
(
k
<
1.8
){
...
...
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