区服ID更新

master
chenxiaojun 5 years ago
parent e4be69d796
commit 7456c891a8

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{$meta_title}-个人中心</title> <title>{$meta_title}-个人中心</title>
<link href="__CSS__/20170831/iconfont.css" rel="stylesheet" type="text/css"> <link href="__CSS__/20170831/iconfont.css" rel="stylesheet" type="text/css">
@ -25,7 +25,7 @@
padding-left: 50px; padding-left: 50px;
} }
</style> </style>
</head> </head>
<body> <body>
@ -51,7 +51,7 @@
<div class="navContent jsnavContent"> <div class="navContent jsnavContent">
<a href="{:U('Query/dailySummary')}" class="<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq dailySummary '>active</if> ">每日概况</a> <a href="{:U('Query/dailySummary')}" class="<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq dailySummary '>active</if> ">每日概况</a>
<a href="{:U('Query/summary')}" class="<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq summary '>active</if> ">数据汇总</a> <a href="{:U('Query/summary')}" class="<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq summary '>active</if> ">数据汇总</a>
<a href="{:U('Query/recharge')}" class="<if condition='CONTROLLER_NAME eq Query and (ACTION_NAME eq recharge or ACTION_NAME eq viewSpendDetailed) '>active</if> ">充值明细</a> <a href="{:U('Query/recharge')}" class="<if condition='CONTROLLER_NAME eq Query and (ACTION_NAME eq recharge or ACTION_NAME eq viewSpendDetailed) '>active</if> ">订单查询</a>
<a href="{:U('Query/register')}" class="<if condition='CONTROLLER_NAME eq Query and (ACTION_NAME eq register or ACTION_NAME eq viewRole) '>active</if> ">注册明细</a> <a href="{:U('Query/register')}" class="<if condition='CONTROLLER_NAME eq Query and (ACTION_NAME eq register or ACTION_NAME eq viewRole) '>active</if> ">注册明细</a>
<a href="{:U('Query/arpu')}" class="<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq arpu '>active</if> ">ARPU统计</a> <a href="{:U('Query/arpu')}" class="<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq arpu '>active</if> ">ARPU统计</a>
<!-- <a href="{:U('Query/retention_analysis')}" class="<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq retention_analysis '>active</if> ">留存统计</a> --> <!-- <a href="{:U('Query/retention_analysis')}" class="<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq retention_analysis '>active</if> ">留存统计</a> -->
@ -70,7 +70,7 @@
<!-- </div> --> <!-- </div> -->
<div class="subNav jssubNav"><i class="prev_icon icon_fenbao"></i><span>游戏管理</span><i class="arrow_icon"></i></div> <div class="subNav jssubNav"><i class="prev_icon icon_fenbao"></i><span>游戏管理</span><i class="arrow_icon"></i></div>
<div class="navContent jsnavContent"> <div class="navContent jsnavContent">
<!-- <a href="{:U('Apply/app_index')}" class="<if condition='CONTROLLER_NAME eq Apply and ACTION_NAME eq app_index '>active</if> ">APP列表</a>--> <!-- <a href="{:U('Apply/app_index')}" class="<if condition='CONTROLLER_NAME eq Apply and ACTION_NAME eq app_index '>active</if> ">APP列表</a>-->
<a href="{:U('Apply/index')}" class="<if condition='CONTROLLER_NAME eq Apply and (ACTION_NAME eq index or ACTION_NAME eq my_game or ACTION_NAME eq my_game_ch or ACTION_NAME eq child_game ) '>active</if> ">专服管理</a> <a href="{:U('Apply/index')}" class="<if condition='CONTROLLER_NAME eq Apply and (ACTION_NAME eq index or ACTION_NAME eq my_game or ACTION_NAME eq my_game_ch or ACTION_NAME eq child_game ) '>active</if> ">专服管理</a>
<a href="{:U('Apply/feature')}" class="<if condition='CONTROLLER_NAME eq Apply and (ACTION_NAME eq feature or ACTION_NAME eq my_game or ACTION_NAME eq my_game_ch or ACTION_NAME eq child_game ) '>active</if> ">资料专区</a> <a href="{:U('Apply/feature')}" class="<if condition='CONTROLLER_NAME eq Apply and (ACTION_NAME eq feature or ACTION_NAME eq my_game or ACTION_NAME eq my_game_ch or ACTION_NAME eq child_game ) '>active</if> ">资料专区</a>
</div> </div>
@ -119,7 +119,7 @@
</div> </div>
</div> </div>
<div class="trunk"> <div class="trunk">
<div class="trunk_con"> <div class="trunk_con">
<!--头部个人信息--> <!--头部个人信息-->
<div class="header"> <div class="header">
@ -162,9 +162,9 @@
</div>--> </div>-->
<!--结束 底部信息--> <!--结束 底部信息-->
</div> </div>
</div> </div>
<script> <script>
var url = window.location.pathname+"?s=/Home/" + "{$Think.CONTROLLER_NAME}"+ "/" + "{$Think.ACTION_NAME}"+".html"; var url = window.location.pathname+"?s=/Home/" + "{$Think.CONTROLLER_NAME}"+ "/" + "{$Think.ACTION_NAME}"+".html";
url = url.replace(/(\/(p)\/\d+)|(&p=\d+)|(\/(id)\/\d+)|(&id=\d+)|(\/(group)\/\d+)|(&group=\d+)/, ""); url = url.replace(/(\/(p)\/\d+)|(&p=\d+)|(\/(id)\/\d+)|(&id=\d+)|(\/(group)\/\d+)|(&group=\d+)/, "");
$('.nav .menu').find("a[href='" + url + "']").addClass("active").closest('.wrap').addClass('active'); $('.nav .menu').find("a[href='" + url + "']").addClass("active").closest('.wrap').addClass('active');
@ -177,7 +177,7 @@
$(this).next(".jsnavContent").slideToggle(300).siblings(".jsnavContent").slideUp(500); $(this).next(".jsnavContent").slideToggle(300).siblings(".jsnavContent").slideUp(500);
}); });
}); });
</script> </script>
<block name="script"></block> <block name="script"></block>
</body> </body>
</html> </html>

@ -582,7 +582,7 @@
if (serverData.length > 0) { if (serverData.length > 0) {
for (var i in serverData) { for (var i in serverData) {
html += "<option value='" + serverData[i]['id'] + "'>" + serverData[i]['server_name'] + "</option>"; html += "<option value='" + serverData[i]['server_id'] + "'>" + serverData[i]['server_name'] + "</option>";
} }
} }
} }

@ -87,7 +87,7 @@
<select id="server_id" name="server_id" class=" reselect select_gallery"> <select id="server_id" name="server_id" class=" reselect select_gallery">
<option value="">请选择区服</option> <option value="">请选择区服</option>
<volist name="serverData" id="vo"> <volist name="serverData" id="vo">
<option value="{$vo.id}">{$vo.server_name}</option> <option value="{$vo.server_id}">{$vo.server_name}</option>
</volist> </volist>
</select> </select>
</div> </div>
@ -320,7 +320,7 @@
if (serverData.length > 0) { if (serverData.length > 0) {
for (var i in serverData) { for (var i in serverData) {
html += "<option value='" + serverData[i]['id'] + "'>" + serverData[i]['server_name'] + "</option>"; html += "<option value='" + serverData[i]['server_id'] + "'>" + serverData[i]['server_name'] + "</option>";
} }
} }
} }

@ -350,7 +350,7 @@
if (serverData.length > 0) { if (serverData.length > 0) {
for (var i in serverData) { for (var i in serverData) {
html += "<option value='" + serverData[i]['id'] + "'>" + serverData[i]['server_name'] + "</option>"; html += "<option value='" + serverData[i]['server_id'] + "'>" + serverData[i]['server_name'] + "</option>";
} }
} }
} }

@ -43,7 +43,7 @@
<select id="server_id" name="server_id" class=" reselect select_gallery"> <select id="server_id" name="server_id" class=" reselect select_gallery">
<option value="">请选择区服</option> <option value="">请选择区服</option>
<volist name="serverData" id="vo"> <volist name="serverData" id="vo">
<option value="{$vo.id}">{$vo.server_name}</option> <option value="{$vo.server_id}">{$vo.server_name}</option>
</volist> </volist>
</select> </select>
</div> </div>
@ -183,7 +183,7 @@
if (serverData.length > 0) { if (serverData.length > 0) {
for (var i in serverData) { for (var i in serverData) {
html += "<option value='" + serverData[i]['id'] + "'>" + serverData[i]['server_name'] + "</option>"; html += "<option value='" + serverData[i]['server_id'] + "'>" + serverData[i]['server_name'] + "</option>";
} }
} }
} }

@ -80,7 +80,7 @@ ALTER TABLE `tab_apply` ADD COLUMN `bale_sort` int(5) NOT NULL DEFAULT 0 COMMEN
-- ---------------------------- -- ----------------------------
-- 2019-10-11 zyx -- 2019-10-11 zyx
-- ---------------------------- -- ----------------------------
ALTER TABLE `tab_user` ADD COLUMN `last_device_number` varchar(50) DEFAULT '' COMMENT '上一次登录设备号' AFTER `device_number`; ALTER TABLE `tab_user` ADD COLUMN `last_device_number` varchar(50) DEFAULT '' COMMENT '上一次登录设备号' AFTER `device_tab_protect_log_readnumber`;
ALTER TABLE `tab_user` ADD COLUMN `last_login_ip` varchar(16) DEFAULT '' COMMENT '上一次登录id' AFTER `login_ip`; ALTER TABLE `tab_user` ADD COLUMN `last_login_ip` varchar(16) DEFAULT '' COMMENT '上一次登录id' AFTER `login_ip`;
CREATE TABLE `tab_protect_log` ( CREATE TABLE `tab_protect_log` (

Loading…
Cancel
Save