Commit 7a32642b by libai

测试

parent e25659c6
......@@ -1074,7 +1074,6 @@
}
}
.fml-ul{
li{
margin: 0 auto;
width: 10rem;
......
hot
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="PROJECT" charset="UTF-8" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
<OptionsSetting value="true" id="Add" />
<OptionsSetting value="true" id="Remove" />
<OptionsSetting value="true" id="Checkout" />
<OptionsSetting value="true" id="Update" />
<OptionsSetting value="true" id="Status" />
<OptionsSetting value="true" id="Edit" />
<OptionsSetting value="true" id="添加" />
<OptionsSetting value="true" id="移除" />
<OptionsSetting value="true" id="签出" />
<OptionsSetting value="true" id="更新" />
<OptionsSetting value="true" id="状态" />
<OptionsSetting value="true" id="编辑" />
<ConfirmationsSetting value="0" id="添加" />
<ConfirmationsSetting value="0" id="移除" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/hot.iml" filepath="$PROJECT_DIR$/.idea/hot.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectTasksOptions">
<TaskOptions isEnabled="true">
<option name="arguments" value="--no-color $FileName$" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" value="Compiles .less files into .css files" />
<option name="exitCodeBehavior" value="ERROR" />
<option name="fileExtension" value="less" />
<option name="immediateSync" value="true" />
<option name="name" value="Less" />
<option name="output" value="$FileNameWithoutExtension$.css" />
<option name="outputFilters">
<array>
<FilterInfo>
<option name="description" value="lessc error format" />
<option name="name" value="lessc" />
<option name="regExp" value="$MESSAGE$$FILE_PATH$?:$LINE$:$COLUMN$" />
</FilterInfo>
</array>
</option>
<option name="outputFromStdout" value="true" />
<option name="program" value="$USER_HOME$/AppData/Roaming/npm/lessc.cmd" />
<option name="scopeName" value="项目文件" />
<option name="trackOnlyRoot" value="false" />
<option name="workingDir" value="$FileDir$" />
<envs />
</TaskOptions>
</component>
</project>
\ No newline at end of file
/*初始化 reset*/
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p,span,font,em,i,b,strong,button{margin:0;padding:0;}
body{margin:0;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体"; background:#fff; overflow:visible; color:#333333;}
html, body { height: 100%;}
input,select{font-size:12px;line-height:16px; border:0 none; vertical-align:middle;}
button{ border:0 none;}
.clear{clear:both;padding:0px;margin:0px;}
img{border:0;}
a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
a:focus { outline:0; }
input,button,select,textarea{outline:none}
ul,li{list-style-type:none;_list-style:outside;}
a{ text-decoration:none; color:#333;}
a:hover{ color:#ff6600;}
/* new clearfix清除浮动 */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: block;zoom:1 }
* html .clearfix {height: 1%; zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
html[xmlns] .clearfix { display: block; zoom:1}
/*清除浮动-end*/
h1,h2,h3,h4,h5,h6{font-weight: normal}
/*这一句是用来解决在安卓上的点击出现篮框问题*/
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
/*下面是解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-modify:read-only;
}
/*清除浮动*/
.w{
width: 1200px;
margin: 0 auto;
}
button{
cursor: pointer;
outline:none;
}
input[type=number] {
-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
::-webkit-scrollbar{
display:none;
}
/*版芯*/
\ No newline at end of file
body {
width: 10rem;
margin: 0 auto;
background: #F5F5F5;
}
.face-box {
height: 0.7rem;
line-height: 1rem;
font-size: 0;
position: relative;
}
.face-box img {
vertical-align: middle;
width: 0.7rem;
height: 0.7rem;
border-radius: 50%;
position: absolute;
right: 3.3rem;
top: 0.15rem;
}
.face-box .face-name {
color: #010101;
display: inline-block;
line-height: 1rem;
font-size: 0.3rem;
width: 2.2rem;
position: absolute;
right: 1rem;
}
.face-box .face-out {
color: #723D01;
display: inline-block;
line-height: 1rem;
font-size: 0.3rem;
width: 0.9rem;
position: absolute;
right: 0rem;
}
.hot-ul {
width: 10rem;
margin-top: -0.3rem;
}
.hot-ul li {
position: relative;
width: 9.2rem;
margin: 0 auto;
background: #ffffff;
border-radius: 0.2rem;
min-height: 5.8rem;
margin-top: 0.7rem;
}
.hot-ul li .banner {
width: 9.2rem;
border-radius: 0.2rem 0.2rem 0 0;
height: 4.6rem;
}
.hot-ul li .subtitle {
position: absolute;
width: 9.2rem;
height: 0.9rem;
line-height: 0.9rem;
text-indent: 0.3rem;
color: #ffffff;
font-size: 0.43rem !important;
background: rgba(0, 0, 0, 0.3);
top: 3.7rem;
}
.hot-ul li .content {
width: 8.8rem;
min-height: 1rem;
margin: 0.15rem 0.2rem 0 0.2rem;
margin-top: -0.1rem;
padding-bottom: 0.1rem;
padding-top: 0.1rem;
font-size: 0.35rem;
color: #000;
line-height: 0.5rem;
}
.hot-ul li .title {
position: absolute;
min-width: 1.6rem;
height: 0.65rem;
background: #FF6600;
border-radius: 0.1rem 0 0 0.1rem;
line-height: 0.65rem;
text-align: center;
padding-left: 0.15rem;
padding-right: 0.15rem;
font-size: 0.34rem;
color: #ffffff;
right: -0.17rem;
top: 0.3rem;
background-size: 100% 100%;
}
.act-end {
opacity: 0.8;
}
.end {
position: absolute;
right: 0;
top: 2.6rem;
z-index: 80;
width: 3rem;
}
.t {
position: absolute;
right: -0.175rem;
top: 1.05rem;
}
.triangle-topleft {
position: absolute;
right: -0.169rem;
top: 0.95rem;
width: 0;
height: 0;
border-top: 0.2rem solid #DF4803;
border-right: 0.17rem solid transparent;
}
//@font-face {
// font-family:LT;
// src: url('../lib/方正兰亭黑.TTF');
//}
body{
width: 10rem;
margin: 0 auto;
background: #F5F5F5;
//font-family: LT;
}
.face-box{
height: 0.7rem;
line-height: 1rem;
font-size: 0;
position: relative;
img{
vertical-align: middle;
width: 0.7rem;
height: 0.7rem;
border-radius: 50%;
position: absolute;
right: 3.3rem;
top: 0.15rem;
}
.face-name{
color: #010101;
display: inline-block;
line-height: 1rem;
font-size: 0.3rem;
width: 2.2rem;
position: absolute;
right: 1rem;
}
.face-out{
color: #723D01;
display: inline-block;
line-height: 1rem;
font-size: 0.3rem;
width: 0.9rem;
position: absolute;
right: 0rem;
}
}
.hot-ul{
width: 10rem;
margin-top:-0.3rem;
li{
position: relative;
width: 9.2rem;
margin: 0 auto;
background: #ffffff;
border-radius: 0.2rem;
min-height: 5.8rem;
margin-top:0.7rem;
.banner{
width: 9.2rem;
border-radius: 0.2rem 0.2rem 0 0;
height: 4.6rem;
}
.subtitle{
position: absolute;
width: 9.2rem;
height: 0.9rem;
line-height: 0.9rem;
text-indent: 0.3rem;
color: #ffffff;
font-size: 0.43rem !important;
background: rgba(0, 0, 0, 0.3);
top: 3.7rem;
}
.content{
//position: absolute;
width: 8.8rem;
min-height: 1rem;
margin: 0.15rem 0.2rem 0 0.2rem;
margin-top: -0.1rem;
padding-bottom:0.1rem;
padding-top: 0.1rem;
//display: -webkit-box;
//-webkit-box-orient: vertical;
//-webkit-line-clamp: 2;
//overflow: hidden;
font-size: 0.35rem;
color: #000;
line-height: 0.5rem;
}
.title{
position: absolute;
min-width: 1.6rem;
height: 0.65rem;
background: #FF6600;
border-radius: 0.1rem 0 0 0.1rem;
line-height: 0.65rem;
text-align: center;
padding-left: 0.15rem;
padding-right: 0.15rem;
font-size: 0.34rem;
color: #ffffff;
right: -0.17rem;
top: 0.3rem;
background-size: 100% 100%;
}
}
}
.act-end{
opacity: 0.8;
}
.end{
position: absolute;
right:0;
top: 2.6rem;
z-index:80;
width: 3rem;
}
.t{
position: absolute;
right: -0.175rem;
top: 1.05rem;
}
.triangle-topleft {
position: absolute;
right: -0.169rem;
top: 0.95rem;
width: 0;
height: 0;
border-top: 0.2rem solid #DF4803;
border-right: 0.17rem solid transparent;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<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">
<title>热门活动</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/index.css?v='2018041901'">
<script src="lib/fsize.js"></script>
</head>
<body>
<div class="face-box"><img src="" alt=""><span class="face-name"></span> <span class="face-out">退出</span></div>
<ul style="margin-bottom: 0.7rem;" class="hot-ul">
<!--<li>-->
<!--<div class="title">万圣狂欢节</div>-->
<!--<img class="banner" src="http://zhibocdn.ishuaji.cn/comm/res/f0d31fd9-cb8b-4c8e-9029-3b4002083205.jpg" alt="">-->
<!--<img class="t" src="images/Triangular.png" alt="">-->
<!--<div class="subtitle">猫猫那么可爱</div>-->
<!--<div class="content">你的背包,对我沉重</div>-->
<!--</li>-->
<!--<li>-->
<!--<div class="title">妇女节</div>-->
<!--<img class="banner" src="http://zhibocdn.ishuaji.cn/comm/res/85f7db87-92a4-4e38-9566-e853a4074db3.jpg" alt="">-->
<!--<img class="t" src="images/Triangular.png" alt="">-->
<!--<div class="subtitle">猫猫那么可爱</div>-->
<!--<div class="content">你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还</div>-->
<!--</li>-->
<!--<li>-->
<!--<div class="title">万圣狂欢节</div>-->
<!--<img class="banner" src="http://zhibocdn.ishuaji.cn/comm/res/85f7db87-92a4-4e38-9566-e853a4074db3.jpg" alt="">-->
<!--<img class="t" src="images/Triangular.png" alt="">-->
<!--<div class="subtitle">猫猫那么可爱</div>-->
<!--<div class="content">你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还</div>-->
<!--</li>-->
<!--<li class="act-end">-->
<!--<img class="end" src="images/end.png" alt="">-->
<!--<div class="title">万圣狂欢节</div>-->
<!--<img class="banner" src="http://zhibocdn.ishuaji.cn/comm/res/85f7db87-92a4-4e38-9566-e853a4074db3.jpg" alt="">-->
<!--<img class="t" src="images/Triangular.png" alt="">-->
<!--<div class="subtitle">猫猫那么可爱</div>-->
<!--<div class="content">你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还你的背包,对我沉重的审判,借了东西为什么不还</div>-->
<!--</li>-->
</ul>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script>
$ip="https://zhiboweb.ishuaji.cn/active/";
var bbb=location.href;
var data= url_get_params(bbb)
sessionStorage.kkk=data.token; //t
sessionStorage.bbb=data.uid; //u
sessionStorage.surroun=data.ddd;
// sessionStorage.kkk="fdkgjfdkjglkdfjg22"; //t
// sessionStorage.bbb="23127958"; //u
if(sessionStorage.surroun==0){
$ip='https://test.api.lvdou66.com:8036/active/';
}
else if(sessionStorage.surroun==1){
$ip="https://zhiboweb.ishuaji.cn/active/";
}
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:'https://zhiboweb.ishuaji.cn/activesys/getUserBaseInfo',
type: "post",
data: {
uid:sessionStorage.bbb,
token:sessionStorage.kkk
},
success:function(msg){
var data=JSON.parse(msg);
console.log("获取用户基本信息",data)
if(data.code==1){
$(".face-box img").attr("src","https://zhibocdn.lvdou66.com/comm"+data.info.avatar+"?x-oss-process=image/resize,w_80")
$(".face-name").text(data.info.nickname)
}else{
layer.msg(data.msg)
}
}
})
$(".face-out").on("click",function(){
localStorage.uid='undefined'
localStorage.token='undefined'
window.location.href="../login3.html"
})
$.ajax({
url:$ip+"banner/list",
type: "get",
data:{
uid:"21372129",
},
error: function (msg) {
console.log('请求出错');
},
success: function (msg) {
var data=JSON.parse(msg);
console.log(data);
var html=[];
for(var i=0;i<data.list.length;i++){
if(data.list[i].mark==1){
if(data.list[i].opentype==1){
html+='<a href="yazhai://_'+data.list[i].url+'_live">';
}
else if(data.list[i].opentype==2){
html+='<a href="yazhai://_'+data.list[i].url+'_zone">';
}
else if(data.list[i].opentype==3){
html+='<a href='+data.list[i].url+'>';
}
html+='<li>';
html+='<div class="title">'+data.list[i].title+'</div>';
html+='<img class="banner" src=https://zhibocdn.ishuaji.cn/comm'+data.list[i].imgurl+' alt="">';
html+='<div class="triangle-topleft"></div>';
html+='<div class="subtitle">'+data.list[i].subtitle+'</div>';
html+='<div class="content">'+data.list[i].content+'</div>';
html+='</li>';
html+='</a>';
}
if(data.list[i].mark==2){
html+='<a href='+data.list[i].url+'?uid='+localStorage.uid+'&token='+localStorage.token+'>';
html+='<li class="act-end">';
html+='<img class="end" src="images/end.png" alt="">';
html+='<div class="title">'+data.list[i].title+'</div>';
html+='<img class="banner" src=https://zhibocdn.ishuaji.cn/comm'+data.list[i].imgurl+' alt="">';
html+='<div class="triangle-topleft"></div>';
html+='<div class="subtitle">'+data.list[i].subtitle+'</div>';
html+='<div class="content">'+data.list[i].content+'</div>';
html+='</li>';
html+='</a>';
}
}
$(".hot-ul").html(html);
}
})
</script>
</html>
\ No newline at end of file
/*function setRemFontSize(baseSize, baseWidth) {
var baseSize = baseSize || 37.5,
baseWidth = baseWidth || 375,
clientWidth = document.documentElement.clientWidth <= 480 ? document.documentElement.clientWidth : 480;
document.getElementsByTagName('html')[0].style.fontSize = clientWidth * baseSize / baseWidth + 'px'
}
setRemFontSize();
window.addEventListener("resize", function() {
setTimeout(function() {
setRemFontSize();
}, 200)
});*/
!function(e,t){function i(){var t=n.getBoundingClientRect().width;t/m>540&&(t=540*m);var i=t/10;n.style.fontSize=i+"px",d.rem=e.rem=i}var a,r=e.document,n=r.documentElement,o=r.querySelector('meta[name="viewport"]'),l=r.querySelector('meta[name="flexible"]'),m=0,s=0,d=t.flexible||(t.flexible={});if(o){console.warn("将根据已有的meta标签来设置缩放比例");var p=o.getAttribute("content").match(/initial\-scale=([\d\.]+)/);p&&(s=parseFloat(p[1]),m=parseInt(1/s))}else if(l){var c=l.getAttribute("content");if(c){var u=c.match(/initial\-dpr=([\d\.]+)/),f=c.match(/maximum\-dpr=([\d\.]+)/);u&&(m=parseFloat(u[1]),s=parseFloat((1/m).toFixed(2))),f&&(m=parseFloat(f[1]),s=parseFloat((1/m).toFixed(2)))}}if(!m&&!s){var v=(e.navigator.appVersion.match(/android/gi),e.navigator.appVersion.match(/iphone/gi)),h=e.devicePixelRatio;m=v?h>=3&&(!m||m>=3)?3:h>=2&&(!m||m>=2)?2:1:1,s=1/m}if(n.setAttribute("data-dpr",m),!o)if(o=r.createElement("meta"),o.setAttribute("name","viewport"),o.setAttribute("content","initial-scale="+s+", maximum-scale="+s+", minimum-scale="+s+", user-scalable=no"),n.firstElementChild)n.firstElementChild.appendChild(o);else{var x=r.createElement("div");x.appendChild(o),r.write(x.innerHTML)}e.addEventListener("resize",function(){clearTimeout(a),a=setTimeout(i,300)},!1),e.addEventListener("pageshow",function(e){e.persisted&&(clearTimeout(a),a=setTimeout(i,300))},!1),"complete"===r.readyState?r.body.style.fontSize=12*m+"px":r.addEventListener("DOMContentLoaded",function(e){r.body.style.fontSize=12*m+"px"},!1),i(),d.dpr=e.dpr=m,d.refreshRem=i,d.rem2px=function(e){var t=parseFloat(e)*this.rem;return"string"==typeof e&&e.match(/rem$/)&&(t+="px"),t},d.px2rem=function(e){var t=parseFloat(e)/this.rem;return"string"==typeof e&&e.match(/px$/)&&(t+="rem"),t}}(window,window.lib||(window.lib={}));
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<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">
<title>果冻直播登录</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2019041702">
<script src="lib/fsize.js"></script>
</head>
<body>
<div class="bg">
<div style="height: 2.5rem;"></div>
<div class="logo-box"><img src="images/logo.png?v=20210105" alt=""></div>
<div class="login-content">
<div class="login-input-box">
<span class="login-span1">+86</span>
<span class="login-span2"><input class="login-phone-ipt" oninput="value=value.replace(/[^\d]/g,'')"maxlength="11" placeholder="请输入手机号" type="text"></span>
</div>
<div class="login-input-box">
<span class="login-span1">验证码</span>
<span class="login-span2"><input class="login-code-ipt" oninput="value=value.replace(/[^\d]/g,'')" placeholder="请输入验证码" maxlength="4" type="text"></span>
<button class="code-btn">获取验证码</button>
</div>
<div class="login-btn">登录</div>
</div>
</div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/fingerprint2.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
<script>
$(function () {
// $ip = 'http://test.api.lvdou66.com:8036/';
$ip = "https://zhiboweb.ishuaji.cn/";
//$ip = 'https://zhibo.lvdou66.com/87server/'
// $ip = 'https://zhibo.lvdou66.com/';
cdn = 'http://zhibocdn.ishuaji.cn/comm';
var codeTime = null
var eTime
var fp = new Fingerprint2();
fp.get(function(result, components) {
canvasCode=result
});
if(localStorage.uid!=undefined&&localStorage.uid!="undefined"){
$.ajax({
url:$ip+'activesys/getUserBaseInfo',
type: "post",
data: {
uid:localStorage.uid,
token:localStorage.token
},
success:function(msg){
var data = JSON.parse(msg)
console.log("获取用户基本信息",data)
if(data.code==1){
window.location.href='hot/index.html?uid='+localStorage.uid+'&token='+localStorage.token+'';
}else{
layer.msg(data.msg)
}
}
})
}
$(".code-btn").on("click", function () {
if ($(".login-phone-ipt").val().length > 10) {
$.ajax({
url: $ip + 'wx/phonelogincap.html',
type: "post",
data: {
phone: $(".login-phone-ipt").val()
},
success: function (msg) {
var data = JSON.parse(msg)
console.log('获取验证码', data)
if (data.code == 1) {
try{
$(".code-btn").text('60s后获取').css("background", "#e5e5e5").attr("disabled", true);
eTime = 60
clearInterval(codeTime)
codeTime = setInterval(function () {
eTime--
if (eTime == 0) {
clearInterval(codeTime)
$(".code-btn").css("background", 'linear-gradient(to right, #FAE7AC, #F7CA6A)').attr("disabled", false);
$(".code-btn").text('获取验证码')
return;
}
$(".code-btn").text('' + eTime + 's后获取')
}, 1000)
}catch (e) {
}
} else {
layer.msg(data.msg)
}
}
})
} else {
layer.msg("请输入手机号")
}
})
$(".login-btn").on("click", function () {
$.ajax({
url:$ip+'wx/phonelogin.html',
data:{
phone:$(".login-phone-ipt").val(),
cap:$(".login-code-ipt").val(),
},
type:"post",
success:function(msg){
var data=JSON.parse(msg)
console.log(data);
if(data.code==1){
localStorage.uid=data.uid
localStorage.token=data.token
window.location.href='hot/index.html?uid='+localStorage.uid+'&token='+localStorage.token+'';
// $.cookie("tbb", data.token, {expires: 30, path: "/"});
// $.cookie("ukk", data.uid, {expires: 30, path: "/"});
// window.location.href='room.html?roomid='+goRoom+''
}else{
layer.msg(data.msg);
}
}
})
})
})
</script>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment