Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
79859ff9
authored
Dec 12, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加头部
parent
3b9024dc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
155 additions
and
44 deletions
footseen/phonepay/gash-phone.html
footseen/phonepay/idpay.html
footseen/phonepay/molpay.html
footseen/phonepay/payfor-new.html
footseen/phonepay/gash-phone.html
View file @
79859ff9
<!DOCTYPE html>
<html>
<head
lang=
"en"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<meta
charset=
"UTF-8"
>
...
...
@@ -8,40 +9,87 @@
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<link
rel=
"stylesheet"
href=
"../css/base.css"
/>
<link
rel=
"stylesheet"
href=
"../css/gash.css"
/>
<link
rel=
"stylesheet"
href=
"../css/base.css"
/>
<link
rel=
"stylesheet"
href=
"../css/gash.css"
/>
<script
src=
"../lib/fsize.js"
></script>
<title></title>
<meta
name=
"keywords"
content=
"Foot Seen,直播福利,直播,uplive,美女直播,美女視頻,泡泡寶盒,視頻直播,一直播,rc唱唱,美女直播間,丫播直播"
>
<meta
name=
"description"
content=
"Foot Seen,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......"
>
<meta
name=
"description"
content=
"Foot Seen,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......"
>
<style
type=
"text/css"
>
body
,
.gash-phone-ul
li
{
body
,
.gash-phone-ul
li
{
background-color
:
#FFF
;
color
:
#333
;
color
:
#333
;
}
.mHead
{
width
:
10rem
;
height
:
1rem
;
position
:
relative
;
background
:
#fff
;
display
:
none
;
}
.closeBtn
{
width
:
0.64rem
;
height
:
0.64rem
;
background
:
url(../img/back.png)
no-repeat
;
background-size
:
contain
;
position
:
absolute
;
top
:
0.18rem
;
left
:
0.32rem
;
}
.closeBtn
>
a
{
width
:
100%
;
height
:
100%
;
display
:
block
;
}
</style>
</head>
<body>
<ul
class=
"gash-phone-ul"
>
<div
class=
"mHead"
>
<div
class=
"closeBtn"
><a
href=
"javascript:window.opener=null;window.open('','_self');window.close();"
></a></div>
</div>
<ul
class=
"gash-phone-ul"
>
<li><i
style=
"display: none;"
>
TELCHT05
</i>
中華電信手機839(三合一)
<span><img
src=
"../img/right.png"
alt=
""
></span></li>
<li><i
style=
"display: none;"
>
TELCHT06
</i>
中華電信 Hinet(三合一)
<span><img
src=
"../img/right.png"
alt=
""
></span></li>
<li><i
style=
"display: none;"
>
TELCHT07
</i>
中華電信 市話(三合一)
<span><img
src=
"../img/right.png"
alt=
""
></span></li>
<li><i
style=
"display: none;"
>
TELFET01
</i>
傳遠電信一般型
<span><img
src=
"../img/right.png"
alt=
""
></span></li>
<li><i
style=
"display: none;"
>
TELTCC01
</i>
台灣大哥大一般型
<span><img
src=
"../img/right.png"
alt=
""
></span></li>
<li><i
style=
"display: none;"
>
TELSON04
</i>
亞太電信手機
<span><img
src=
"../img/right.png"
alt=
""
></span></li>
</ul>
</ul>
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../lib/globalization.js"
></script>
<script>
if
(
sessionStorage
.
lang
==
1
)
$
(
"title"
).
text
(
"Top-Up GEMs"
)
if
(
sessionStorage
.
lang
==
1
)
$
(
"title"
).
text
(
"Top-Up GEMs"
)
else
$
(
"title"
).
text
(
"寶石儲值"
)
var
bbb
=
location
.
href
;
var
data
=
url_get_params
(
bbb
)
if
(
data
.
os
==
'h5'
)
{
$
(
'.mHead'
).
show
();
}
function
url_get_params
(
url_path
)
{
var
url
=
url_path
;
var
theRequest
=
new
Object
();
if
(
url
.
indexOf
(
"?"
)
!=
-
1
)
{
var
str
=
url
.
substr
(
url
.
indexOf
(
"?"
)
+
1
);
strs
=
str
.
split
(
"&"
);
for
(
var
i
=
0
;
i
<
strs
.
length
;
i
++
)
{
theRequest
[
strs
[
i
].
split
(
"="
)[
0
]]
=
unescape
(
strs
[
i
].
split
(
"="
)[
1
]);
}
}
return
theRequest
;
}
$
(
".gash-phone-ul li"
).
on
(
"click"
,
function
()
{
sessionStorage
.
select
=
$
(
this
).
children
(
"i"
).
text
();
if
(
sessionStorage
.
uid
!=
undefined
)
{
window
.
location
.
href
=
'gash-for.html'
;
}
else
{
window
.
location
.
href
=
"login.html"
;
sessionStorage
.
select
=
$
(
this
).
children
(
"i"
).
text
();
if
(
sessionStorage
.
uid
!=
undefined
)
{
window
.
location
.
href
=
'gash-for.html'
+
window
.
location
.
search
;
}
else
{
window
.
location
.
href
=
"login.html"
+
window
.
location
.
search
;
}
...
...
footseen/phonepay/idpay.html
View file @
79859ff9
<!DOCTYPE html>
<html>
<head
lang=
"en"
>
<head
lang=
"en"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<meta
charset=
"UTF-8"
>
...
...
@@ -12,7 +12,8 @@
<meta
name=
"wap-font-scale"
content=
"no"
>
<title></title>
<meta
name=
"keywords"
content=
"Foot Seen,直播福利,直播,uplive,美女直播,美女視頻,泡泡寶盒,視頻直播,一直播,rc唱唱,美女直播間,丫播直播"
>
<meta
name=
"description"
content=
"Foot Seen直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......"
>
<meta
name=
"description"
content=
"Foot Seen直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/base.css"
/>
<link
rel=
"stylesheet"
href=
"../css/phonepay.css?v='20180509'"
/>
...
...
@@ -24,23 +25,54 @@
background-color
:
#FFF
;
margin-bottom
:
0
;
}
.gash-for-ul
li
span
{
color
:
#FF57A0
;
.gash-for-ul
li
span
{
color
:
#FF57A0
;
}
.gash-for-ul
li
img
{
.gash-for-ul
li
img
{
margin-top
:
-.2rem
;
}
.gash-for-ul
li
button
{
.gash-for-ul
li
button
{
background
:
#FF57A0
;
}
.gash-tips
{
color
:
#666
;
.gash-tips
{
color
:
#666
;
}
.mHead
{
width
:
10rem
;
height
:
1rem
;
position
:
relative
;
background
:
#fff
;
display
:
none
;
}
.closeBtn
{
width
:
0.64rem
;
height
:
0.64rem
;
background
:
url(../img/back.png)
no-repeat
;
background-size
:
contain
;
position
:
absolute
;
top
:
0.18rem
;
left
:
0.32rem
;
}
.closeBtn
>
a
{
width
:
100%
;
height
:
100%
;
display
:
block
;
}
</style>
</head>
</head>
<body>
<body>
<div
class=
"mHead"
>
<div
class=
"closeBtn"
><a
href=
"javascript:window.opener=null;window.open('','_self');window.close();"
></a></div>
</div>
<ul
class=
"gash-for-ul clearfix"
>
</ul>
...
...
@@ -54,6 +86,23 @@
$
(
'title'
).
text
(
langList
[
langType
].
paytitle
);
$
(
'.gash-tips'
).
text
(
langList
[
langType
].
ques
);
var
flag
=
true
;
var
bbb
=
location
.
href
;
var
data
=
url_get_params
(
bbb
)
if
(
data
.
os
==
'h5'
)
{
$
(
'.mHead'
).
show
();
}
function
url_get_params
(
url_path
)
{
var
url
=
url_path
;
var
theRequest
=
new
Object
();
if
(
url
.
indexOf
(
"?"
)
!=
-
1
)
{
var
str
=
url
.
substr
(
url
.
indexOf
(
"?"
)
+
1
);
strs
=
str
.
split
(
"&"
);
for
(
var
i
=
0
;
i
<
strs
.
length
;
i
++
)
{
theRequest
[
strs
[
i
].
split
(
"="
)[
0
]]
=
unescape
(
strs
[
i
].
split
(
"="
)[
1
]);
}
}
return
theRequest
;
}
$
.
ajax
({
url
:
$ip
+
"/setting/getRecharge.html"
,
type
:
"POST"
,
...
...
@@ -64,13 +113,13 @@
'vest'
:
0
,
'paytype'
:
sessionStorage
.
pay
},
error
:
function
(
msg
)
{
error
:
function
(
msg
)
{
console
.
log
(
'请求出错'
);
},
success
:
function
(
msg
)
{
success
:
function
(
msg
)
{
var
data
=
JSON
.
parse
(
msg
);
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
)
{
html
+=
'
<
li
>
';
html += '
<
img
src
=
"../img/zuan.png"
alt
=
""
>
';
html += '
<
span
>
' + data.data[i].diamond + '
<
/span>'
;
...
...
@@ -79,31 +128,31 @@
html
+=
'
<
/li>'
;
}
$
(
".gash-for-ul"
).
html
(
html
);
$
(
".gash-for-ul li"
).
on
(
"click"
,
function
()
{
$
(
".gash-for-ul li"
).
on
(
"click"
,
function
()
{
if
(
flag
)
{
if
(
flag
)
{
flag
=
false
;
var
money
=
$
(
this
).
children
(
"button"
).
children
(
'i'
).
text
();
var
rid
=
$
(
this
).
children
(
".gash-rid"
).
text
();
$
.
ajax
({
type
:
"POST"
,
url
:
$ip
+
"/pay/getCodaPay.html"
,
data
:
{
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'rid'
:
rid
,
'payType'
:
sessionStorage
.
pay
,
'paymentType'
:
sessionStorage
.
payType
,
'payTypeSub'
:
"NAVITE"
,
'amount'
:
money
*
100
,
type
:
"POST"
,
url
:
$ip
+
"/pay/getCodaPay.html"
,
data
:
{
'lang'
:
sessionStorage
.
lang
,
'uid'
:
sessionStorage
.
uid
,
'product'
:
"橙钻充值"
,
'country'
:
"86"
,
'rid'
:
rid
,
'payType'
:
sessionStorage
.
pay
,
'paymentType'
:
sessionStorage
.
payType
,
'payTypeSub'
:
"NAVITE"
,
'amount'
:
money
*
100
,
},
async
:
true
,
success
:
function
(
res
)
{
async
:
true
,
success
:
function
(
res
)
{
console
.
log
(
res
);
var
data
=
JSON
.
parse
(
res
);
window
.
location
.
href
=
'https://airtime.codapayments.com/airtime/begin?type='
+
sessionStorage
.
payType
+
'&txn_id='
+
data
.
result
+
'&browser_type=mobile-web'
;
window
.
location
.
href
=
'https://airtime.codapayments.com/airtime/begin?type='
+
sessionStorage
.
payType
+
'&txn_id='
+
data
.
result
+
'&browser_type=mobile-web'
;
}
});
}
...
...
@@ -113,6 +162,6 @@
})
</script>
</body>
</body>
</html>
\ No newline at end of file
footseen/phonepay/molpay.html
View file @
79859ff9
...
...
@@ -205,6 +205,7 @@
.login-tips
span
{
color
:
#FF7C75
;
}
.mHead
{
width
:
10rem
;
height
:
1rem
;
...
...
@@ -377,6 +378,18 @@
if
(
data
.
os
==
'h5'
)
{
$
(
'.mHead'
).
show
();
}
function
url_get_params
(
url_path
)
{
var
url
=
url_path
;
var
theRequest
=
new
Object
();
if
(
url
.
indexOf
(
"?"
)
!=
-
1
)
{
var
str
=
url
.
substr
(
url
.
indexOf
(
"?"
)
+
1
);
strs
=
str
.
split
(
"&"
);
for
(
var
i
=
0
;
i
<
strs
.
length
;
i
++
)
{
theRequest
[
strs
[
i
].
split
(
"="
)[
0
]]
=
unescape
(
strs
[
i
].
split
(
"="
)[
1
]);
}
}
return
theRequest
;
}
$
.
ajax
({
url
:
$ip
+
"/setting/getRecharge.html"
,
type
:
"post"
,
...
...
footseen/phonepay/payfor-new.html
View file @
79859ff9
This diff is collapsed.
Click to expand it.
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