Commit ebe26b2b by libai

测试

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