|
@@ -58,10 +58,10 @@ $button = $list_button = array();
|
|
|
|
|
|
$list_button = array
|
|
|
(
|
|
|
- 'list' => array('查看详情', '"cash&mid={mid}&page_type=1&search_audit='.$search_audit.'"'),
|
|
|
+ 'list' => array('查看详情', '"cash&mid={mid}&page_type=1&search_stype='.$search_stype.'"'),
|
|
|
);
|
|
|
|
|
|
-if (!$search_audit) {
|
|
|
+if (!$search_stype) {
|
|
|
$button = array
|
|
|
(
|
|
|
'创建账户' => array('fast', '', 'member'),
|
|
@@ -187,7 +187,7 @@ return array
|
|
|
'option' => $is_idcard,
|
|
|
'search' => 'select',
|
|
|
|
|
|
- 'list' => !$search_audit ? false : true,
|
|
|
+ 'list' => !$search_stype ? false : true,
|
|
|
'list_order' => 3,
|
|
|
),
|
|
|
|
|
@@ -206,7 +206,7 @@ return array
|
|
|
),
|
|
|
|
|
|
'sync' => array('mid', 'id'),
|
|
|
- 'list' => !$search_audit ? 'Dever::load("option/lib/account.getCash#daijiaofu", {id})' : false,
|
|
|
+ 'list' => !$search_stype ? 'Dever::load("option/lib/account.getCash#daijiaofu", {id})' : false,
|
|
|
'list_name' => '待交付',
|
|
|
'list_order' => 4,
|
|
|
),
|
|
@@ -221,7 +221,7 @@ return array
|
|
|
'update' => $col ? 'image' : false,
|
|
|
'key' => '8',
|
|
|
|
|
|
- 'list' => !$search_audit ? 'Dever::load("option/lib/account.getCash#qiquan", {id})' : false,
|
|
|
+ 'list' => !$search_stype ? 'Dever::load("option/lib/account.getCash#qiquan", {id})' : false,
|
|
|
'list_name' => '期权',
|
|
|
'list_order' => 5,
|
|
|
),
|
|
@@ -236,7 +236,7 @@ return array
|
|
|
'update' => $col ? 'image' : false,
|
|
|
'key' => '8',
|
|
|
|
|
|
- 'list' => !$search_audit ? 'Dever::load("option/lib/account.getCash#yuanshiqiquan", {id})' : false,
|
|
|
+ 'list' => !$search_stype ? 'Dever::load("option/lib/account.getCash#yuanshiqiquan", {id})' : false,
|
|
|
'list_name' => '原始期权',
|
|
|
'list_order' => 6,
|
|
|
),
|
|
@@ -244,7 +244,7 @@ return array
|
|
|
'audit' => array
|
|
|
(
|
|
|
'type' => 'tinyint-1',
|
|
|
- 'name' => !$search_audit ? '账户认证' : '审核状况',
|
|
|
+ 'name' => !$search_stype ? '账户认证' : '审核状况',
|
|
|
'default' => $col ? '3' : '1',
|
|
|
'desc' => '审核状况',
|
|
|
'match' => 'is_numeric',
|
|
@@ -252,7 +252,7 @@ return array
|
|
|
'search' => 'select',
|
|
|
'update' => $col ? 'radio' : false,
|
|
|
'list' => 'Dever::load("option/lib/account.getAudit", {id})',
|
|
|
- 'list_order' => !$search_audit ? 3 : 5,
|
|
|
+ 'list_order' => !$search_stype ? 3 : 5,
|
|
|
'value' => $col ? '3' : '1',
|
|
|
'control' => 'audit',
|
|
|
),
|
|
@@ -285,7 +285,7 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $status,
|
|
|
|
|
|
- 'list' => !$search_audit ? true : false,
|
|
|
+ 'list' => !$search_stype ? true : false,
|
|
|
'list_order' => 100,
|
|
|
),
|
|
|
|