Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
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
ac52ea7c
authored
a year ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
d4f236bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
gzh/index.html
gzh/myData.html
gzh/index.html
View file @
ac52ea7c
...
@@ -344,7 +344,7 @@
...
@@ -344,7 +344,7 @@
}
else
if
(
data
.
code
==-
70010
){
}
else
if
(
data
.
code
==-
70010
){
layerTips
(
data
.
msg
,
'提现将通过银行卡付款,请先绑定银行卡'
)
layerTips
(
data
.
msg
,
'提现将通过银行卡付款,请先绑定银行卡'
)
$
(
".msgBox-btn-yes"
).
unbind
(
"click"
)
$
(
".msgBox-btn-yes"
).
unbind
(
"click"
)
sessionStorage
.
name
=
data
.
data
;
sessionStorage
.
name
=
data
.
data
.
name
;
$
(
".msgBox-btn-yes"
).
on
(
"click"
,
function
()
{
$
(
".msgBox-btn-yes"
).
on
(
"click"
,
function
()
{
layer
.
closeAll
()
layer
.
closeAll
()
sessionStorage
.
change
=
0
;
sessionStorage
.
change
=
0
;
...
...
This diff is collapsed.
Click to expand it.
gzh/myData.html
View file @
ac52ea7c
...
@@ -40,6 +40,9 @@
...
@@ -40,6 +40,9 @@
top
:
0.4rem
;
top
:
0.4rem
;
z-index
:
50
;
z-index
:
50
;
}
}
.bottom-arrow
{
left
:
8rem
;
}
</style>
</style>
</head>
</head>
<body>
<body>
...
@@ -127,9 +130,10 @@
...
@@ -127,9 +130,10 @@
return
theRequest
;
return
theRequest
;
}
}
if
(
bbb
.
indexOf
(
"file:///D"
)
>
-
1
)
{
if
(
bbb
.
indexOf
(
"file:///D"
)
>
-
1
)
{
sessionStorage
.
uid
=
23865771
;
localStorage
.
uid
=
21654968
;
sessionStorage
.
token
=
'debug
'
localStorage
.
token
=
'0e5894ea137749038c5dd1660be201f3
'
sessionStorage
.
roomId
=
23864554
sessionStorage
.
roomId
=
23864554
// sessionStorage.pkg='qiezi'
// sessionStorage.pkg='qiezi'
}
}
//ajax设置默认参数
//ajax设置默认参数
...
...
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