Commit f94a7aa3 by libai

测试

parent cefb68ce
Showing with 10 additions and 34 deletions
......@@ -46,7 +46,6 @@
.layui-layer-shade {
opacity: 0.7 !important;
}
.yourclass5 {
border-radius: 0rem !important;
background: rgba(0, 0, 0, 0) !important;
......@@ -409,6 +408,7 @@
<!-- <link rel="manifest" href="manifest.webmanifest" /> -->
<script>
$(function(){
console.log(window.navigator.userAgent.toLowerCase())
if(sessionStorage.pmt==12266||sessionStorage.pmt==12267){
$(".top-box-ul li").eq(1).hide()
}
......
......@@ -1537,13 +1537,16 @@ $(function(){
var sendClock=null
var buyCardOk=false
function TicketRoom(chId,rId){
if(localStorage.token==undefined||localStorage.token=="undefined")var mytoken='footseen'
else var mytoken=localStorage.token
$.ajax({
url:$ip+'ticketRoom/getTicketRoomInfo',
data:{
roomId:sessionStorage.roomId,
channelId:chId,
roundId:rId,
pageID:localStorage.canvasCode
pageID:localStorage.canvasCode,
token:mytoken
},
success:function(data){
// console.log('获取TicketRoom信息',data)
......@@ -2887,7 +2890,6 @@ $(function(){
var list=JSON.parse(obj.content)
if(list.content.status==3){
if(TicketStage!=list.content.status&&list.content.isPreSaleTimeEnd==false){
;
clearInterval(ticketTerval)
turnNumber(1)
}else{
......@@ -2951,10 +2953,6 @@ $(function(){
$('.gift'+list.content.uuid+'').attr("data-type","5000")
return;
}
// for(var i=0;i<$(".room-gift-box").children().length;i++){
// // console.log(111)
// }
}
giftGoId++
var html=[];
......@@ -2983,10 +2981,6 @@ $(function(){
$('.gift'+list.content.uuid+'').attr("data-type","5000")
return;
}
// for(var i=0;i<$(".room-gift-box").children().length;i++){
// // console.log(111)
// }
}
giftGoId++
var html=[];
......@@ -3066,20 +3060,9 @@ $(function(){
}
}
if(localStorage.uid==list.content.uid){
myMsg=true
}
// var richLv=0
// //vip開通特效
// if(list.content.vipInfo.isVip==true){
// }else{
// }
}
}
//发言
if(list.content.type==2){
......@@ -3089,7 +3072,6 @@ $(function(){
html+='<div class="user-msg">';
if(list.content.vip_lv>0&&list.content.vipInfo.isVip==true){
if(list.content.vip_lv>30&&list.content.vip_lv<41)var vipImgNum=2
if(list.content.vip_lv>40&&list.content.vip_lv<46)var vipImgNum=3
if(list.content.vip_lv>45&&list.content.vip_lv<51)var vipImgNum=4
......@@ -3216,11 +3198,8 @@ $(function(){
}
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
if(myMsg){
$(".user-msg-box").scrollTop(0)
// return;
}
if(myMsg) $(".user-msg-box").scrollTop(0)
if(Math.abs($(".user-msg-box").scrollTop())<130){
$(".user-msg-box").scrollTop(0)
}else{
......@@ -3228,10 +3207,8 @@ $(function(){
}
}
else if (/android/.test(ua)) {
if(myMsg){
$(".user-msg-box").scrollTop(Math.abs($(".user-msg-box").height()-$(".user-msg-big").height()))
// return;
}
if(myMsg)$(".user-msg-box").scrollTop(Math.abs($(".user-msg-box").height()-$(".user-msg-big").height()))
if($(".user-msg-big").height()-(Math.abs($(".user-msg-box").scrollTop())+$(".user-msg-box").height())<80){
$(".user-msg-box").scrollTop(Math.abs($(".user-msg-box").height()-$(".user-msg-big").height()))
}else{
......@@ -3265,7 +3242,6 @@ $(function(){
ReconnectionT=setInterval(function() {
WebSocketGo()
Reconnection++
}, 3000);
};
......
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