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
94f06069
authored
Aug 05, 2024
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
3a316b1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
footseen/phonepay/applepay.html
footseen/phonepay/applepay.html
View file @
94f06069
...
...
@@ -46,7 +46,7 @@
<div
class=
"login-id-p5"
>
<img
src=
"images/tips.png"
alt=
""
>
</div>
<p
class=
"login-id-p6"
>
F
irefly
ID:
</p>
<p
class=
"login-id-p6"
>
F
ootseen
ID:
</p>
<div
class=
"id-login-input"
>
<input
oninput=
"value=value.replace(/[^\d]/g,'')"
maxlength=
"8"
placeholder=
""
type=
"text"
>
</div>
...
...
@@ -65,7 +65,7 @@
src=
"https://zhibocdn.yabolive.net/comm/user/img/10007/face6ce65fd1460f8fd4f204f6a04f62.jpg?x-oss-process=image/resize,w_100"
alt=
""
>
<p
class=
"mey-face-p1"
>
my name
</p>
<p
class=
"mey-face-p2"
>
F
irefly
ID: 100701
</p>
<p
class=
"mey-face-p2"
>
F
ootseen
ID: 100701
</p>
</div>
<div
style=
"display: none;"
class=
"my-face-box2"
>
<img
src=
"images/out.png"
alt=
""
>
...
...
@@ -90,7 +90,7 @@
src=
"https://zhibocdn.yabolive.net/comm/user/img/10007/face6ce65fd1460f8fd4f204f6a04f62.jpg?x-oss-process=image/resize,w_100"
alt=
""
></div>
<p
class=
"layer-login-p2"
>
暱稱: 慕白
</p>
<p
class=
"layer-login-p3"
>
F
irefly
ID: 100701
</p>
<p
class=
"layer-login-p3"
>
F
ootseen
ID: 100701
</p>
<p
class=
"layer-login-p4 newReg10"
>
請確認您要儲值的賬號信息無誤,以防儲值錯誤賬號帶來損失
</p>
<div
class=
"layer-login-btn1 newReg20"
>
重輸賬號
</div>
<div
class=
"layer-login-btn2 newReg12"
>
確定
</div>
...
...
@@ -352,7 +352,7 @@
if
(
type
==
1
)
{
$
(
".layer-face-box img"
).
attr
(
"src"
,
"https://zhibocdn.yabolive.net/comm"
+
data
.
data
.
faceimg
+
"?x-oss-process=image/resize,w_100"
)
$
(
".layer-login-p2"
).
text
(
''
+
langList
[
langType
].
newReg17
+
': '
+
data
.
data
.
nickName
+
''
)
$
(
".layer-login-p3"
).
text
(
"F
irefly
ID: "
+
data
.
data
.
uid
+
""
)
$
(
".layer-login-p3"
).
text
(
"F
ootseen
ID: "
+
data
.
data
.
uid
+
""
)
layer
.
open
({
type
:
1
,
title
:
false
,
...
...
@@ -379,7 +379,7 @@
$
(
".box2"
).
fadeIn
(
200
)
$
(
".my-face"
).
attr
(
"src"
,
"https://zhibocdn.yabolive.net/comm"
+
localStorage
.
head
+
"?x-oss-process=image/resize,w_100"
)
$
(
".mey-face-p1"
).
text
(
localStorage
.
uName
)
$
(
".mey-face-p2"
).
text
(
"F
irefly
ID: "
+
localStorage
.
uid
+
""
)
$
(
".mey-face-p2"
).
text
(
"F
ootseen
ID: "
+
localStorage
.
uid
+
""
)
$
(
".my-face-box2 img"
).
unbind
(
"click"
).
on
(
"click"
,
function
()
{
localStorage
.
uid
=
'undefined'
;
localStorage
.
uName
=
'undefined'
;
...
...
@@ -397,7 +397,7 @@
$
(
".box2"
).
fadeIn
(
200
)
$
(
".my-face"
).
attr
(
"src"
,
"https://zhibocdn.yabolive.net/comm"
+
localStorage
.
head
+
"?x-oss-process=image/resize,w_100"
)
$
(
".mey-face-p1"
).
text
(
localStorage
.
uName
)
$
(
".mey-face-p2"
).
text
(
"F
irefly
ID: "
+
localStorage
.
uid
+
""
)
$
(
".mey-face-p2"
).
text
(
"F
ootseen
ID: "
+
localStorage
.
uid
+
""
)
$
(
".my-face-box2 img"
).
unbind
(
"click"
).
on
(
"click"
,
function
()
{
localStorage
.
uid
=
'undefined'
;
localStorage
.
uName
=
'undefined'
;
...
...
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