Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit ebe26b2b authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent a9c74327
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 2 deletions
  • mobile/index.html
mobile/index.html
View file @ ebe26b2b
...@@ -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)
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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