|
|
|
@ -257,13 +257,20 @@
|
|
|
|
|
<div class="blue-btn">点我去信任</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
<input type="hidden" id="cur_url" name="cur_url" value="{$cur_url}">
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
<script>
|
|
|
|
|
$(function(){
|
|
|
|
|
var cur_url = window.location.href;
|
|
|
|
|
var cur_url = $("#cur_url").val();
|
|
|
|
|
location.href = "/mobile.php?s=/User/login/pid/" + "{$apply.promote_id}" + "/gid/" + "{$apply.game_id}" + "/url/"+ cur_url + ".html"
|
|
|
|
|
return;
|
|
|
|
|
$('.down-link').on('click', function () {
|
|
|
|
|
// if ($('.bn-rule').length > 0) {
|
|
|
|
|
|
|
|
|
|
// if ($('.bn-rule').length > 0) {
|
|
|
|
|
// $('.bn-rule').css('display','block')
|
|
|
|
|
// $('.bn-rule').css('z-index','12')
|
|
|
|
|
// return
|
|
|
|
@ -275,7 +282,8 @@
|
|
|
|
|
return
|
|
|
|
|
} else {
|
|
|
|
|
layer.confirm('请先到官网注册', {title: '提示'}, function () {
|
|
|
|
|
location.href = "/mobile.php?s=/User/login/pid/" + "{$apply.promote_id}" + "/gid/" + "{$apply.game_id}" + "/url/{base64_encode(base64_encode($cur_url))}" + ".html"
|
|
|
|
|
// location.href = '{:U("User/login",array("url"=>base64_encode(base64_encode(U("Game/detail",array("id"=>$_GET["id"], "pid" => $apply.promote_id, "gid" => $apply.game_id))))))}';
|
|
|
|
|
location.href = "/mobile.php?s=/User/login/pid/" + "{$apply.promote_id}" + "/gid/" + "{$apply.game_id}" + "/url/"+ cur_url + ".html"
|
|
|
|
|
});
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|