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
9224d7de
authored
Jun 22, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
65e16ad3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
gzh/index.html
gzh/login2.html
gzh/myData.html
gzh/index.html
View file @
9224d7de
...
...
@@ -91,7 +91,7 @@
<div
style=
"text-align: center"
>
<button
style=
"margin-top: 5.4rem;"
class=
"withdraw-btn"
>
去提现
</button>
<!--<button class="diamond-exchange">兑换橙钻</button>-->
<p
class=
"href-box"
><span>
小券明细
</span>
|
<span>
提现记录
</span>
|
<span>
收款账户
</span></p>
<p
class=
"href-box"
><span>
小券明细
</span>
|
<span>
提现记录
</span>
|
<span>
收款账户
</span>
|
<span>
直播数据
</span>
</p>
</div>
</div>
<div
class=
"fml-go"
><img
src=
"images/fml-btn.png"
alt=
""
></div>
...
...
@@ -482,7 +482,9 @@
window
.
location
.
href
=
'https://activity.ishuaji.cn/milk/couponDetails/index.html?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
''
}
})
$
(
".href-box span"
).
eq
(
3
).
on
(
"click"
,
function
()
{
window
.
location
.
href
=
'myData.html?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
''
})
var
layerTipsOk
=
true
;
function
layerTips
(
txt1
,
txt2
){
if
(
layerTipsOk
){
...
...
gzh/login2.html
View file @
9224d7de
...
...
@@ -237,10 +237,11 @@
if
(
data
.
code
==
1
){
localStorage
.
uid
=
data
.
uid
localStorage
.
token
=
data
.
token
window
.
location
.
href
=
'https://activity.ishuaji.cn/active2020/subsidy/index.html?uid='
+
data
.
uid
+
'&token='
+
data
.
token
+
''
;
//
window.location.href='https://activity.ishuaji.cn/active2020/subsidy/index.html?uid='+data.uid+'&token='+data.token+'';
// $.cookie("tbb", data.token, {expires: 30, path: "/"});
// $.cookie("ukk", data.uid, {expires: 30, path: "/"});
// window.location.href='room.html?roomid='+goRoom+''
window
.
location
.
href
=
'myData.html?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
''
}
else
{
layer
.
msg
(
data
.
msg
);
}
...
...
gzh/myData.html
View file @
9224d7de
...
...
@@ -93,8 +93,8 @@
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script>
$ip
=
'http://test.api.lvdou66.com/'
;
//
$ip = 'https://zhibo.lvdou66.com/';
//
$ip = 'http://test.api.lvdou66.com/';
$ip
=
'https://zhibo.lvdou66.com/'
;
//$ip = 'https://zhibo.lvdou66.com/87server/'
// $ip = 'https://zhibo.lvdou66.com/';
cdn
=
'http://zhibocdn.ishuaji.cn/comm'
;
...
...
@@ -166,7 +166,7 @@
list
(
myM
,
myW
)
function
list
(
m
,
w
){
$
.
ajax
({
url
:
'http
://test.api.lvdou66.com:8200
/data/getMicLiveDetail'
,
url
:
'http
s://openapi.lvdou66.com
/data/getMicLiveDetail'
,
data
:{
querytype
:
m
,
timetype
:
w
...
...
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