<!DOCTYPE html>
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< title > {$meta_title}-个人中心< / title >
< link href = "__CSS__/20170831/iconfont.css" rel = "stylesheet" type = "text/css" >
< link href = "__CSS__/20170831/select2.min.css" rel = "stylesheet" type = "text/css" / >
<!-- <link href="__CSS__/20170831/common.css" rel="stylesheet" type="text/css"> -->
< link href = "__CSS__/20180207/common.css" rel = "stylesheet" type = "text/css" >
< link href = "{:get_cover(C('CH_SET_ICO'),'path')}" type = "image/x-icon" rel = "shortcut icon" >
< script type = "text/javascript" src = "__JS__/jquery-1.11.1.min.js" > < / script >
<!-- [if lt IE 9]>
< script type = "text/javascript" src = "__STATIC__/jquery-1.10.2.min.js" > < / script >
<![endif]-->
{:hook('pageHeader')}
< script type = "text/javascript" src = "__STATIC__/layer/layer.js" > < / script >
< block name = "css" > < / block >
< script type = "text/javascript" src = "__JS__/20170831/common.js" > < / script >
< style >
.subNavBox a.subNav {
display: block;
line-height: 50px;
text-align: left;
padding-left: 50px;
}
< / style >
< / head >
< body >
<!-- 左侧导航栏 开始 -->
< div class = "nav_new fl" >
< div class = "logo_picture" >
< img src = "{:check_logo_is_exist(C('CH_LOGO_BACKSTAGE'),'logo_default.png')}" style = "height:40px;margin:0px;" >
< / div >
< div class = "subNavBox" >
< a href = "{:U('Promote/index')}" class = "subNav <if condition='CONTROLLER_NAME eq Promote and ACTION_NAME eq index '>active</if>" > 后台首页 < / a >
<?php if ($loginer['level'] < 4) :?>
< div class = "subNav jssubNav" > < i class = "prev_icon icon_guanli" > < / i > < span > 管理中心< / span > < i class = "arrow_icon" > < / i > < / div >
< div class = "navContent jsnavContent" >
<!-- <a href="{:U('Promote/base_info')}" class="<if condition='CONTROLLER_NAME eq Promote and ACTION_NAME eq base_info '>active</if> ">账户信息</a> -->
<?php if (in_array($loginer['level'], [1])):?>
< a href = "{:U('Promote/children', ['promote_type' => 0])}" class = "<if condition='$_GET[" promote_type " ] = = 0 and CONTROLLER_NAME eq Promote and ( ACTION_NAME eq children or ACTION_NAME eq addPromote or ACTION_NAME eq edit_chlid ) ' > active< / if > ">部门长管理< / a >
<?php endif;?>
<?php if (in_array($loginer['level'], [1, 2])):?>
< a href = "{:U('Promote/children', ['promote_type' => 1])}" class = "<if condition='$_GET[" promote_type " ] = = 1 and CONTROLLER_NAME eq Promote and ( ACTION_NAME eq children or ACTION_NAME eq addPromote or ACTION_NAME eq edit_chlid ) ' > active< / if > ">组长管理< / a >
<?php endif;?>
<?php if (in_array($loginer['level'], [1, 2, 3])):?>
< a href = "{:U('Promote/children', ['promote_type' => 2])}" class = "<if condition='$_GET[" promote_type " ] = = 2 and CONTROLLER_NAME eq Promote and ( ACTION_NAME eq children or ACTION_NAME eq addPromote or ACTION_NAME eq edit_chlid ) ' > active< / if > ">推广员管理< / a >
<?php endif;?>
< / div >
<?php endif;?>
< ?php
$isOpenQuery = true;
?>
<?php if($isOpenQuery):?>
< div class = "subNav jssubNav" > < i class = "prev_icon icon_shujvi" > < / i > < span > 数据管理< / span > < i class = "arrow_icon" > < / i > < / div >
< 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/summary')}" class = "<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq summary '>active</if> " > 数据汇总< / a >
<?php if($canViewUserRecharge):?>
< 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 >
<?php endif;?>
< 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 >
<?php if($canViewUserRecharge):?>
< a href = "{:U('Query/arpu')}" class = "<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq arpu '>active</if> " > ARPU统计< / a >
<?php endif;?>
<!-- <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/userRoles')}" class = "<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq userRoles '>active</if> " > 角色查询< / a >
<?php if($canViewUserRecharge):?>
< a href = "{:U('Query/userRecharges')}" class = "<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq userRecharges '>active</if> " > 充值玩家< / a >
<?php endif;?>
< a href = "{:U('Query/achievement')}" class = "<if condition='CONTROLLER_NAME eq Query and ACTION_NAME eq achievement '>active</if> " > 团队/推广员业绩< / a >
< / div >
<?php endif;?>
<?php if ($canViewUserRecharge && $loginer['level'] == 1) :?>
< div class = "subNav jssubNav" > < i class = "prev_icon icon_caiwu" > < / i > < span > 财务管理< / span > < i class = "arrow_icon" > < / i > < / div >
< div class = "navContent jsnavContent" >
< a href = "{:U('Finance/index')}" class = "<if condition='CONTROLLER_NAME eq Finance and ACTION_NAME eq index '>active</if> " > 结算中心< / a >
< a href = "{:U('Finance/settlementDtl')}" class = "<if condition='CONTROLLER_NAME eq Finance and ACTION_NAME eq settlementDtl '>active</if> " > 结算明细< / a >
< a href = "{:U('Finance/withdrawRecord')}" class = "<if condition='CONTROLLER_NAME eq Finance and (ACTION_NAME eq withdrawRecord or ACTION_NAME eq withdrawDtl or ACTION_NAME eq settlementOrder) '>active</if> " > 提现记录< / a >
< / div >
<?php endif ;?>
< div class = "subNav jssubNav" > < i class = "prev_icon icon_fenbao" > < / i > < span > 游戏管理< / span > < i class = "arrow_icon" > < / i > < / div >
< 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/gameSpecialList')}" class = "<if condition='CONTROLLER_NAME eq Apply and (ACTION_NAME eq gameSpecialList or ACTION_NAME eq specialMyGameList ) '>active</if> " > 专服管理< / a >
<?php if($isOpenQuery):?>
< a href = "{:U('Apply/gameList')}" class = "<if condition='CONTROLLER_NAME eq Apply and (ACTION_NAME eq gameList or ACTION_NAME eq myGameList ) '>active</if> " > 混服管理< / a >
< if condition = "getParentPromoteId(PID) eq 0" >
< a href = "{:U('GameDivide/index')}" class = "<if condition='CONTROLLER_NAME eq GameDivide and (ACTION_NAME eq index ) '>active</if> " > 分成比例< / a >
< a href = "{:U('Promote/setChildGamePermission')}" class = "<if condition='CONTROLLER_NAME eq Promote and (ACTION_NAME eq setChildGamePermission ) '>active</if> " > 设置< / a >
< / if >
< 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 >
<?php endif;?>
< / div >
< div class = "subNav jssubNav" > < i class = "prev_icon icon_fenbao" > < / i > < span > 安全管理< / span > < i class = "arrow_icon" > < / i > < / div >
< 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('Download/listsIndex')}" class = "<if condition='CONTROLLER_NAME eq Download and (ACTION_NAME eq listsIndex or ACTION_NAME eq listsIndex or ACTION_NAME eq my_game_ch or ACTION_NAME eq child_game ) '>active</if> " > 下载日志管理< / a >
< a href = "{:U('Safe/modifyloginpassword')}" class = "<if condition='CONTROLLER_NAME eq Safe and (ACTION_NAME eq modifyloginpassword 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('Safe/setSafeIndex')}" class = "<if condition='CONTROLLER_NAME eq Safe and (ACTION_NAME eq setSafeIndex or ACTION_NAME eq my_game or ACTION_NAME eq my_game_ch or ACTION_NAME eq child_game ) '>active</if> " > 设置安全密码< / a >
<?php if ($loginer['level'] == 1) :?>
< a href = "{:U('Safe/modifyBaseInfo')}" class = "<if condition='CONTROLLER_NAME eq Safe and (ACTION_NAME eq modifyBaseInfo or ACTION_NAME eq my_game or ACTION_NAME eq my_game_ch or ACTION_NAME eq child_game ) '>active</if> " > 用户基本信息< / a >
<?php endif;?>
< / div >
< div class = "subNav jssubNav" > < i class = "prev_icon icon_fenbao" > < / i > < span > 测试资源< / span > < i class = "arrow_icon" > < / i > < / div >
< div class = "navContent jsnavContent" >
< a href = "{:U('TestResource/index')}" class = "<if condition='CONTROLLER_NAME eq TestResource and (ACTION_NAME eq index or ACTION_NAME eq add or ACTION_NAME eq apply ) '>active</if> " > 测试资源申请< / a >
< a href = "{:U('TestResource/lists')}" class = "<if condition='CONTROLLER_NAME eq TestResource and ACTION_NAME eq lists '>active</if> " > 测试资源申请记录< / a >
< a href = "{:U('TestResource/supportNumberList')}" class = "<if condition='CONTROLLER_NAME eq TestResource and (ACTION_NAME eq supportNumberList or ACTION_NAME eq freezeSupport or ACTION_NAME eq unfreezeSupport or ACTION_NAME eq rechangePassward ) '>active</if> " > 测试号管理< / a >
< a href = "{:U('TestResource/protectLogList')}" class = "<if condition='CONTROLLER_NAME eq TestResource and ACTION_NAME eq protectLogList '>active</if> " > 日志管理< / a >
< / div >
<!-- <eq name="parent_id" value="0">
< div class = "subNav jssubNav" > < i class = "prev_icon icon_fenbao" > < / i > < span > 扶持管理< / span > < i class = "arrow_icon" > < / i > < / div >
< div class = "navContent jsnavContent" >
< a href = "{:U('Support/index')}" class = "<if condition='CONTROLLER_NAME eq Support and (ACTION_NAME eq index or ACTION_NAME eq add or ACTION_NAME eq apply ) '>active</if> " > 扶持申请< / a >
< a href = "{:U('Support/lists')}" class = "<if condition='CONTROLLER_NAME eq Support and ACTION_NAME eq lists '>active</if> " > 扶持记录< / a >
< a href = "{:U('Support/quota')}" class = "<if condition='CONTROLLER_NAME eq Support and ACTION_NAME eq quota '>active</if> " > 扶持额度< / a >
< / div >
< / eq > -->
<!-- <div class="subNav jssubNav"><i class="prev_icon icon_fuli"></i><span>会长福利</span><i class="arrow_icon"></i></div> -->
< div class = "subNav jssubNav" > < i class = "prev_icon icon_fuli" > < / i > < span > 平台币管理< / span > < i class = "arrow_icon" > < / i > < / div >
< div class = "navContent jsnavContent" >
< a href = "{:U('PromoteCoin/myCoin')}" class = "<if condition='CONTROLLER_NAME eq PromoteCoin and (ACTION_NAME eq myCoin or ACTION_NAME eq coinRecord or ACTION_NAME eq coinRecordDesc) '>active</if> " > 我的平台币< / a >
< a href = "{:U('PromoteCoin/transferLogs')}" class = "<if condition='CONTROLLER_NAME eq PromoteCoin and (ACTION_NAME eq shift or ACTION_NAME eq transferLogs) '>active</if> " > 平台币转移< / a >
<?php if($loginer['level'] == 1):?>
< a href = "{:U('CoinOrder/order_list')}" class = "<if condition='CONTROLLER_NAME eq CoinOrder and (ACTION_NAME eq order_list or ACTION_NAME eq order_add or ACTION_NAME eq order_detail) '>active</if> " > 平台币充值< / a >
<?php endif;?>
< / div >
<?php if($canViewUserRecharge):?>
< div class = "subNav jssubNav" > < i class = "prev_icon icon_fuli" > < / i > < span > 玩家管理< / span > < i class = "arrow_icon" > < / i > < / div >
< div class = "navContent jsnavContent" >
< a href = "{:U('Players/playAction')}" class = "<if condition='CONTROLLER_NAME eq Players and (ACTION_NAME eq playAction)'>active</if> " > 行为日志< / a >
< / div >
<?php endif;?>
< / div >
< / div >
< div class = "trunk" >
< div class = "trunk_con" >
<!-- 头部个人信息 -->
< div class = "header" >
< if condition = "$loginer['level'] eq 1 and $loginer['company_belong'] eq 1" >
< div style = "position: absolute;padding-left: 1.5%;" >
< span class = "pinfo" style = "color: #1239f2" > 市场总监联系方式:< span > 13637338237(李总监)< / span > < / span >
< / div >
< / if >
< div class = "header-right" >
< span class = "pinfo jstime" > 今天是:< span > < / span > < / span >
< span class = "pinfo" > 您好!{:session('promote_auth.account')}< / span >
< a class = "pinfo" href = "{:U('Index/logout')}" > < img src = "__IMG__/20180207/icon_normal_tuichu.png" > <!-- {:L('Quit')} --> < / a >
< / div >
< / div >
<!-- 结束 头部个人信息 -->
< div class = "trunk-container" >
<!-- 右侧内容 开始 -->
< div class = "right_container" >
< div class = "location" >
< block name = "location" > < / block >
< / div >
< block name = "body" > < / block >
< / div >
< / div >
<!-- 底部信息 -->
<!-- <div class="footer">
< div class = "inner" >
< p class = "customerService" style = "margin-top:.8%;" >
< span > 客服电话:{:C("CH_SET_SERVER_TEL")}< / span >
< span > 客服邮箱:{:C("CH_SET_SERVER_EMAIL")}< / span >
< span > 服务时间:{:C("CH_TIME")}< / span >
< / p >
< p class = "copyright" > < span > 网络备案:{:C('CH_SET_FOR_THE_RECORD')}< / span > < span > 网络文化经营许可证编号:{:C(CH_SET_LICENSE)}< / span > < span > 版权所有:{:C('CH_SET_COPYRIGHT')}< / span > < / p >
< / div >
< / div > --><!-- <div class="footer">
< div class = "inner" >
< p class = "customerService" style = "margin-top:.8%;" >
< span > 客服电话:{:C("CH_SET_SERVER_TEL")}< / span >
< span > 客服邮箱:{:C("CH_SET_SERVER_EMAIL")}< / span >
< span > 服务时间:{:C("CH_TIME")}< / span >
< / p >
< p class = "copyright" > < span > 网络备案:{:C('CH_SET_FOR_THE_RECORD')}< / span > < span > 网络文化经营许可证编号:{:C(CH_SET_LICENSE)}< / span > < span > 版权所有:{:C('CH_SET_COPYRIGHT')}< / span > < / p >
< / div >
< / div > -->
<!-- 结束 底部信息 -->
< / div >
< / div >
< script >
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+)/, "");
$('.nav .menu').find("a[href='" + url + "']").addClass("active").closest('.wrap').addClass('active');
$(function() {
$('.jsnavContent').find('.active').closest('.jsnavContent').css('display','block');
$('.jsnavContent').find('.active').closest('.jsnavContent').prev('.jssubNav').addClass('currentDd');
$(".jssubNav").click(function() {
$(this).toggleClass("currentDd").siblings(".jssubNav").removeClass("currentDd");
$(this).next(".jsnavContent").slideToggle(300).siblings(".jsnavContent").slideUp(500);
});
});
< / script >
< block name = "script" > < / block >
< / body >
< / html >