Commit ebe26b2b by libai

测试

parent a9c74327
Showing with 3 additions and 2 deletions
...@@ -407,6 +407,7 @@ ...@@ -407,6 +407,7 @@
<script> <script>
$(function(){ $(function(){
//判斷渠道 //判斷渠道
liveList(1)
if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined'){ if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined'){
if(sessionStorage.pmt=="other"){ if(sessionStorage.pmt=="other"){
$.ajax({ $.ajax({
...@@ -742,7 +743,7 @@ $(function(){ ...@@ -742,7 +743,7 @@ $(function(){
$(".right-nav").on("touchmove",function(event){ $(".right-nav").on("touchmove",function(event){
event.preventDefault(); event.preventDefault();
}); });
liveList(1)
function userInfo(){ function userInfo(){
$.ajax({ $.ajax({
url:$ip+'user/queryUserBaseInfo', url:$ip+'user/queryUserBaseInfo',
...@@ -871,7 +872,7 @@ $(function(){ ...@@ -871,7 +872,7 @@ $(function(){
pageID:localStorage.canvasCode pageID:localStorage.canvasCode
}, },
success:function(data){ success:function(data){
console.log('直播列表',data) // console.log('直播列表',data)
if(data.code==-5008){ if(data.code==-5008){
setTimeout(function() { setTimeout(function() {
liveList(1) liveList(1)
......
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