|
|
|
@ -51,7 +51,7 @@ and open the template in the editor.
|
|
|
|
|
<div class="title"><h2>游戏推广服务框架协议</h1></div>
|
|
|
|
|
<div class="text">
|
|
|
|
|
<p>本协议由以下双方于<span>{$time}</span>签订:</p>
|
|
|
|
|
<p>合同编号:{$code}</p>
|
|
|
|
|
<p>合同编号:{$sn}</p>
|
|
|
|
|
<p style="font-weight: bold">甲方:海南万盟天下科技有限公司</p>
|
|
|
|
|
<p>注册地址:海南省海口市南海大道26号海口国家高新区创业孵化中心A楼5层A1-1268室</p>
|
|
|
|
|
<p>联系电话:13067391751</p>
|
|
|
|
@ -237,8 +237,6 @@ and open the template in the editor.
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<button id="ag" style="width:120px;height:40px;background: #26C7DB;color:white;border:none" >同意</button>
|
|
|
|
|
<input type="hidden" id='us' value="{$username}"/>
|
|
|
|
|
<input type="hidden" id='code' value="{$code}"/>
|
|
|
|
|
<br><br><br><br>
|
|
|
|
|
<br><br><br><br>
|
|
|
|
|
</div>
|
|
|
|
@ -247,20 +245,10 @@ and open the template in the editor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function() {
|
|
|
|
|
var username = document.getElementById('us').value;
|
|
|
|
|
var code = document.getElementById('code').value;
|
|
|
|
|
$("#ag").on('click',function(event) {
|
|
|
|
|
$.ajax({
|
|
|
|
|
type:"POST",
|
|
|
|
|
url:"{:U('Safe/ajaxAgree')}",
|
|
|
|
|
data:{'username':username,'code':code},
|
|
|
|
|
dataType:'json',
|
|
|
|
|
success:function(res) {
|
|
|
|
|
window.localStorage.setItem('checked','checked');
|
|
|
|
|
window.history.back(-1);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
window.localStorage.setItem('checked','checked');
|
|
|
|
|
window.location.href = "/index.php?s=/Home/Safe/modifyBaseInfo.html"
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|