Commit 9224d7de by libai

测试

parent 65e16ad3
......@@ -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){
......
......@@ -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);
}
......
......@@ -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:'https://openapi.lvdou66.com/data/getMicLiveDetail',
data:{
querytype:m,
timetype:w
......
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