Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
sf
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
6a532536
authored
Dec 27, 2018
by
qiaomu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
two
parent
dfa7b1ec
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
26 deletions
sudoke/gatheringInfo.html
sudoke/index.html
sudoke/js/in.js
sudoke/livetime.html
sudoke/wxkiting.html
sudoke/gatheringInfo.html
View file @
6a532536
...
...
@@ -2,7 +2,8 @@
<html>
<head>
<meta
charset=
"utf-8"
/>
<title>
收款账户信息
</title>
<title>
收款账户信息
</title>
<script
src=
"js/in.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/index.css?v=123"
/>
<script
type=
"text/javascript"
src=
"js/fsize.js"
></script>
...
...
sudoke/index.html
View file @
6a532536
...
...
@@ -9,6 +9,7 @@
<meta
name=
"wap-font-scale"
content=
"no"
>
<title>
附加功能
</title>
<script
src=
"js/in.js"
></script>
<link
rel=
"stylesheet"
href=
"css/weui.min.css"
>
<script
type=
"text/javascript"
src=
"js/fsize.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.min.js"
></script>
...
...
@@ -145,16 +146,6 @@
</script>
<script
type=
"text/javascript"
>
var
bbb
=
location
.
href
;
var
data
=
url_get_params
(
bbb
)
if
(
data
!=
null
){
sessionStorage
.
kkk
=
data
.
token
;
//t
sessionStorage
.
bbb
=
data
.
uid
;
//u
sessionStorage
.
surroun
=
data
.
ddd
;
}
else
{
dialog
(
1
,
"数据错误,请重新进入"
);
sessionStorage
.
clear
();
}
function
url_get_params
(
url_path
){
var
url
=
url_path
;
var
theRequest
=
new
Object
();
...
...
sudoke/js/in.js
View file @
6a532536
var
bbb
=
location
.
href
;
var
data
=
url_get_params
(
bbb
)
sessionStorage
.
kkk
=
data
.
bbb
;
//t
sessionStorage
.
bbb
=
data
.
aaa
;
//u
sessionStorage
.
surroun
=
data
.
ddd
;
var
bbb
=
location
.
href
;
var
data
=
url_get_params
(
bbb
)
if
(
sessionStorage
.
kkk
==
undefined
||
sessionStorage
.
kkk
==
"undefined"
)
{
if
(
data
.
token
!=
undefined
&&
data
.
token
!=
"undefined"
)
{
sessionStorage
.
kkk
=
data
.
token
;
//t
}
else
{
sessionStorage
.
kkk
=
data
.
bbb
;
//t
}
}
if
(
sessionStorage
.
bbb
==
undefined
||
sessionStorage
.
bbb
==
"undefined"
)
{
if
(
data
.
uid
!=
undefined
&&
data
.
uid
!=
"undefined"
)
{
sessionStorage
.
bbb
=
data
.
uid
;
//u
}
else
{
sessionStorage
.
bbb
=
data
.
aaa
;
//u
}
}
function
url_get_params
(
url_path
){
var
url
=
url_path
;
var
theRequest
=
new
Object
();
...
...
@@ -14,12 +26,4 @@ function url_get_params(url_path){
}
}
return
theRequest
;
}
$ip
=
'http://test.api.lvdou66.com:8036/'
;
if
(
sessionStorage
.
surroun
==
0
){
$ip
=
'http://test.api.lvdou66.com:8036/'
;
}
else
if
(
sessionStorage
.
surroun
==
1
){
//$ip="http://120.26.7.87:8080/";
$ip
=
"https://zhiboweb.ishuaji.cn/"
;
//正式服API
}
\ No newline at end of file
sudoke/livetime.html
View file @
6a532536
...
...
@@ -9,6 +9,7 @@
<meta
name=
"wap-font-scale"
content=
"no"
>
<title>
丫播查询平台
</title>
<link
rel=
"stylesheet"
href=
"css/weui.min.css"
>
<script
src=
"js/in.js"
></script>
<script
src=
"js/jquery.min.js"
></script>
<style>
@font-face
{
font-family
:
numberfont
;
src
:
url('font/ds.ttf')
;}
...
...
sudoke/wxkiting.html
View file @
6a532536
...
...
@@ -2,7 +2,8 @@
<html>
<head>
<meta
charset=
"utf-8"
/>
<title>
小券提现
</title>
<title>
小券提现
</title>
<script
src=
"js/in.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/index.css"
/>
<script
type=
"text/javascript"
src=
"js/fsize.js"
></script>
...
...
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