|
@@ -104,7 +104,9 @@ $button = array();
|
|
|
//$button['导入订单'] = array('fast', '', 'import&project=upload&call=agent/lib/manage.import&key=4');
|
|
|
$list_button = array();
|
|
|
if($search_auth == 1){
|
|
|
- $list_button['list'] = array('查看详情', '"member_area&mid={id}&page_type=1&[refer]"');
|
|
|
+ if(Dever::load('manage/auth')->checkFunc('agent.member', 'chakanxiangqing', '查看详情')){
|
|
|
+ $list_button['list'] = array('查看详情', '"member_area&mid={id}&page_type=1&[refer]"');
|
|
|
+ }
|
|
|
}
|
|
|
if($search_auth == 2){
|
|
|
if(Dever::load('manage/auth')->checkFunc('agent.member_title', 'editTitleout', '头衔数据导出')){
|