Commit 68429af0 by libai

测试

parent c3f44852
Showing with 11 additions and 0 deletions
......@@ -1112,6 +1112,17 @@ $(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")
$.ajax({
url:$ip+'activeLog/webActive',
data:{
activeType:4,
pageID:localStorage.canvasCode,
},
async:false,
success:function(data){
}
})
})
$(".reg-tips-no").on("click",function(){
layer.closeAll()
......
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