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
4c27fb3b
authored
Sep 15, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
da7da591
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
guodongRecharge/newIndex.html
guodongRecharge/newIndex2.html
guodongRecharge/newIndex.html
View file @
4c27fb3b
...
...
@@ -74,7 +74,7 @@
var
$ip
=
"http://test.pay.ishuaji.cn"
;
// var $ip="https://pay.ishuaji.cn";
var
cdn
=
"https://zhibocdn.ishuaji.cn/comm"
;
amount
=
100
amount
=
98
payOk
=
true
;
moneyBl
=
true
;
payBl
=
true
;
...
...
@@ -204,7 +204,7 @@ try{
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
data
.
third
.
length
;
i
++
){
var
list
=
data
.
data
.
third
[
i
];
if
(
list
.
amount
==
100
)
html
+=
'
<
li
data
-
type
=
"'+i+'"
class
=
"new-reg-li new-reg-li-click"
>
';
if
(
list
.
amount
==
98
)
html
+=
'
<
li
data
-
type
=
"'+i+'"
class
=
"new-reg-li new-reg-li-click"
>
';
else html+='
<
li
data
-
type
=
"'+i+'"
class
=
"new-reg-li"
>
';
html+='
<
p
><
img
src
=
"images/diamond.png"
>
'+list.diamond+'
<
/p>'
;
html
+=
'
<
p
>
¥
'+list.amount+'
<
/p>'
;
...
...
guodongRecharge/newIndex2.html
View file @
4c27fb3b
...
...
@@ -20,7 +20,7 @@
.reg-ul
{
}
</style>
</style>
</head>
<body
style=
"background:rgba(0,0,0,0)"
>
<div
class=
"bg"
>
...
...
@@ -68,10 +68,10 @@
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script>
var
$ip
=
"http://test.pay.ishuaji.cn"
;
var
$ip
=
"http://test.pay.ishuaji.cn"
;
// var $ip="https://pay.ishuaji.cn";
var
cdn
=
"https://zhibocdn.ishuaji.cn/comm"
;
var
money
=
100
var
money
=
98
payOk
=
true
;
moneyBl
=
true
;
payBl
=
true
;
...
...
@@ -122,7 +122,7 @@
console
.
log
(
msg
)
var
html
=
[];
for
(
var
i
=
0
;
i
<
msg
.
data
.
third
.
length
;
i
++
){
if
(
msg
.
data
.
third
[
i
].
amount
==
100
)
html
+=
'
<
li
class
=
"reg-click"
data
-
type
=
'+msg.data.third[i].amount+'
>
';
if
(
msg
.
data
.
third
[
i
].
amount
==
98
)
html
+=
'
<
li
class
=
"reg-click"
data
-
type
=
'+msg.data.third[i].amount+'
>
';
else html+='
<
li
data
-
type
=
'+msg.data.third[i].amount+'
>
';
html+='
<
p
><
img
src
=
"images/diamond.png?v=20210514"
>
'+msg.data.third[i].diamond+'
<
/p>'
;
html
+=
'
<
p
>
¥
'+msg.data.third[i].amount+'
<
/p>'
;
...
...
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