|
|
|
@ -36,6 +36,7 @@
|
|
|
|
|
</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>-->
|
|
|
|
@ -49,6 +50,7 @@
|
|
|
|
|
<a href="{:U('Promote/children', ['promote_type' => 2])}" class="<if condition='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;
|
|
|
|
|
?>
|
|
|
|
@ -115,7 +117,6 @@
|
|
|
|
|
</eq>-->
|
|
|
|
|
|
|
|
|
|
<!--<div class="subNav jssubNav"><i class="prev_icon icon_fuli"></i><span>会长福利</span><i class="arrow_icon"></i></div>-->
|
|
|
|
|
<?php if($loginer['level'] != 4):?>
|
|
|
|
|
<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>
|
|
|
|
@ -124,7 +125,6 @@
|
|
|
|
|
<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 endif;?>
|
|
|
|
|
<!--<div class="subNav jssubNav"><i class="prev_icon icon_zhandian"></i><span>联盟站点</span><i class="arrow_icon"></i></div>-->
|
|
|
|
|
<!--<div class="navContent jsnavContent">-->
|
|
|
|
|
<!--<a href="{:U('SiteApply/index')}" class="<if condition='CONTROLLER_NAME eq SiteApply and ACTION_NAME eq index '>active</if> ">站点申请</a>-->
|
|
|
|
|