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
9bae544c
authored
Apr 02, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
acff7773
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
guodongRecharge/index2.html
guodongRecharge/index2.html
View file @
9bae544c
...
...
@@ -62,7 +62,7 @@
// var $ip = "http://test.pay.ishuaji.cn";
var
$ip
=
"https://pay.ishuaji.cn"
;
var
cdn
=
"https://zhibocdn.ishuaji.cn/comm"
;
var
money
=
0
var
money
=
10
0
payOk
=
true
;
moneyBl
=
true
;
payBl
=
true
;
...
...
@@ -113,8 +113,10 @@
console
.
log
(
msg
)
var
html
=
[];
for
(
var
i
=
0
;
i
<
msg
.
data
.
third
.
length
;
i
++
){
html
+=
'
<
li
data
-
type
=
'+msg.data.third[i].amount+'
>
';
html+='
<
p
><
img
src
=
"images/diamond.png"
>
'+msg.data.third[i].diamond+'
<
/p>'
;
if
(
msg
.
data
.
third
[
i
].
amount
==
100
)
html
+=
'
<
li
class
=
"reg-click"
data
-
type
=
'+msg.data.third[i].amount+'
>
';
else html+='
<
li
data
-
type
=
'+msg.data.third[i].amount+'
>
';
if(msg.data.third[i].addnum==0) html+='
<
p
><
img
src
=
"images/diamond.png"
>
'+msg.data.third[i].diamond+'
<
/p>'
;
else
html
+=
'
<
p
><
img
src
=
"images/diamond.png"
>
'+msg.data.third[i].diamond+'
(
送
' + msg.data.third[i].addnum + '
钻石
)
<
/p>'
;
html
+=
'
<
p
>
¥
'+msg.data.third[i].amount+'
<
/p>'
;
if
(
msg
.
data
.
third
[
i
].
sale
==
1
)
html
+=
'
<
img
class
=
"hot"
src
=
"images/hot.png"
alt
=
""
>
'
html+='
<
/li>'
;
...
...
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