|
@@ -171,7 +171,7 @@ return array
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
//'update' => 'text',
|
|
//'update' => 'text',
|
|
'list_name' => '分账总额 / 划付总额 / 提现总额',
|
|
'list_name' => '分账总额 / 划付总额 / 提现总额',
|
|
- 'list' => $yspay_type == 1 ? false : 'Dever::number({fz_cash}/1000, 3) . " / " . Dever::number({hf_cash}/1000, 3) . " / " . Dever::number({hf_tx_cash}/1000, 3)',
|
|
|
|
|
|
+ 'list' => $yspay_type == 1 ? false : 'Dever::number({fz_cash}/100, 2) . " / " . Dever::number({hf_cash}/100, 2) . " / " . Dever::number({hf_tx_cash}/100, 2)',
|
|
),
|
|
),
|
|
|
|
|
|
'hf_cash' => array
|
|
'hf_cash' => array
|
|
@@ -182,7 +182,7 @@ return array
|
|
'desc' => '划付总额',
|
|
'desc' => '划付总额',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
//'update' => 'text',
|
|
//'update' => 'text',
|
|
- //'list' => 'Dever::number({hf_cash}/1000, 2)',
|
|
|
|
|
|
+ //'list' => 'Dever::number({hf_cash}/100, 2)',
|
|
),
|
|
),
|
|
|
|
|
|
'hf_tx_cash' => array
|
|
'hf_tx_cash' => array
|
|
@@ -193,7 +193,7 @@ return array
|
|
'desc' => '划付提现总额',
|
|
'desc' => '划付提现总额',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
//'update' => 'text',
|
|
//'update' => 'text',
|
|
- //'list' => 'Dever::number({hf_cash}/1000, 2)',
|
|
|
|
|
|
+ //'list' => 'Dever::number({hf_cash}/100, 2)',
|
|
),
|
|
),
|
|
|
|
|
|
'fz_cash' => array
|
|
'fz_cash' => array
|
|
@@ -204,7 +204,7 @@ return array
|
|
'desc' => '分账总额',
|
|
'desc' => '分账总额',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
//'update' => 'text',
|
|
//'update' => 'text',
|
|
- //'list' => 'Dever::number({fz_cash}/1000, 2)',
|
|
|
|
|
|
+ //'list' => 'Dever::number({fz_cash}/100, 2)',
|
|
),
|
|
),
|
|
|
|
|
|
'yue' => array
|
|
'yue' => array
|
|
@@ -216,7 +216,7 @@ return array
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
//'update' => 'text',
|
|
//'update' => 'text',
|
|
'list_name' => '账户余额 / 提现总额',
|
|
'list_name' => '账户余额 / 提现总额',
|
|
- 'list' => $yspay_type == 2 ? false : 'Dever::number({yue}/1000, 3) . " / " . Dever::number({tx_cash}/1000, 3)',
|
|
|
|
|
|
+ 'list' => $yspay_type == 2 ? false : 'Dever::number({yue}/100, 2) . " / " . Dever::number({tx_cash}/100, 2)',
|
|
),
|
|
),
|
|
|
|
|
|
'tx_cash' => array
|
|
'tx_cash' => array
|
|
@@ -227,7 +227,7 @@ return array
|
|
'desc' => '划付总额',
|
|
'desc' => '划付总额',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
//'update' => 'text',
|
|
//'update' => 'text',
|
|
- //'list' => 'Dever::number({tx_cash}/1000, 2)',
|
|
|
|
|
|
+ //'list' => 'Dever::number({tx_cash}/100, 2)',
|
|
),
|
|
),
|
|
|
|
|
|
'pay/yspay_sign-one#step'=> array
|
|
'pay/yspay_sign-one#step'=> array
|