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 66e57290 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 81317ecf master
Show whitespace changes
Inline Side-by-side
Showing with 10 additions and 5 deletions
  • mTest/index.html
  • mTest/room/liveRoom.html
mTest/index.html
View file @ 66e57290
...@@ -719,10 +719,11 @@ $(function(){ ...@@ -719,10 +719,11 @@ $(function(){
activeType:4, activeType:4,
pageID:localStorage.canvasCode, pageID:localStorage.canvasCode,
}, },
async:false,
success:function(data){ success:function(data){
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&os=h5&appversion=7")
} }
}) })
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&os=h5&appversion=7")
}) })
$(".search-back").on("click",function(){ $(".search-back").on("click",function(){
...@@ -788,11 +789,11 @@ $(function(){ ...@@ -788,11 +789,11 @@ $(function(){
activeType:4, activeType:4,
pageID:localStorage.canvasCode, pageID:localStorage.canvasCode,
}, },
async:false,
success:function(data){ success:function(data){
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+"&os=h5&appversion=7")
} }
}) })
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+"&os=h5&appversion=7")
}) })
$(".right-list-box-face").unbind("click").on("click",function(){ $(".right-list-box-face").unbind("click").on("click",function(){
$("body").css("background","rgb(217, 217, 217)") $("body").css("background","rgb(217, 217, 217)")
......
This diff is collapsed. Click to expand it.
mTest/room/liveRoom.html
View file @ 66e57290
...@@ -924,10 +924,12 @@ $(function(){ ...@@ -924,10 +924,12 @@ $(function(){
activeType:4, activeType:4,
pageID:localStorage.canvasCode, pageID:localStorage.canvasCode,
}, },
async:false,
success:function(data){ success:function(data){
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+"&os=h5&appversion=7")
} }
}) })
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+"&os=h5&appversion=7")
}) })
$(".layer-ios-close").on("click",function(){ $(".layer-ios-close").on("click",function(){
layer.closeAll() layer.closeAll()
...@@ -1769,10 +1771,12 @@ $(function(){ ...@@ -1769,10 +1771,12 @@ $(function(){
activeType:4, activeType:4,
pageID:localStorage.canvasCode, pageID:localStorage.canvasCode,
}, },
async:false,
success:function(data){ success:function(data){
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+"&os=h5&appversion=7")
} }
}) })
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+"&os=h5&appversion=7")
}, 1000); }, 1000);
return return
} }
......
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