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

测试

parent c3f44852
Hide whitespace changes
Inline Side-by-side
Showing with 11 additions and 0 deletions
  • mobile/room/liveRoom.html
mobile/room/liveRoom.html
View file @ 68429af0
...@@ -1112,6 +1112,17 @@ $(function(){ ...@@ -1112,6 +1112,17 @@ $(function(){
}) })
$(".reg-tips-yes").on("click",function(){ $(".reg-tips-yes").on("click",function(){
window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang="+sessionStorage.lang+"&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+"&token="+localStorage.token+"&os=h5&appversion=7&osStr=h5") window.open("https://www.footseen.com/footseen/phonepay/applepay.html?lang="+sessionStorage.lang+"&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+"&token="+localStorage.token+"&os=h5&appversion=7&osStr=h5")
$.ajax({
url:$ip+'activeLog/webActive',
data:{
activeType:4,
pageID:localStorage.canvasCode,
},
async:false,
success:function(data){
}
})
}) })
$(".reg-tips-no").on("click",function(){ $(".reg-tips-no").on("click",function(){
layer.closeAll() layer.closeAll()
......
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