why.xingtongworld.com项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

41 lines
887 B

{include file="public:tabbar"/}
<script>
<!--点击我要托管开始-->
function tgcheck(){
$.ajax({type:"POST",
url:"{:url('index/tg_check')}",
data:"",
async: false,
success:function (data) {
window.location.href=data.url;
}
})
}
function actcheck(){
$.ajax({type:"POST",
url:"{:url('index/tg_check')}",
data:"",
async: false,
success:function (data) {
if(data.code){
window.location.href="{:url('activity/index')}";
}else{
window.location.href=data.url;
}
}
})
}
function fbcheck(){
$.ajax({type:"POST",
url:"{:url('index/fb_check')}",
data:"",
async: false,
success:function (data) {
window.location.href=data.url;
}
})
}
</script>
</body>
</html>