rabin 1 gadu atpakaļ
vecāks
revīzija
0744ec5ed3
1 mainītis faili ar 5 papildinājumiem un 4 dzēšanām
  1. 5 4
      database/yspay_cash.php

+ 5 - 4
database/yspay_cash.php

@@ -10,6 +10,10 @@ $status = array
     6 => '提现失败',
 );
 
+$button = array
+(
+    '资金划付' => array('oper', 'pay/yspay/cash.huafu_commit?account_id=' . Dever::input('search_option_account_id') . '&merchant_id=' . Dever::input('search_option_merchant_id')),
+);
 return array
 (
     # 表名
@@ -206,10 +210,7 @@ return array
         'edit' => false,
         'insert' => false,
         'delete' => false,
-        'button' => array
-        (
-            '资金划付' => array('oper', 'pay/yspay/cash.huafu_commit?account_id=' . Dever::input('search_option_account_id') . '&merchant_id=' . Dever::input('search_option_merchant_id')),
-        ),
+        //'button' => $button,
     ),
 
     'request' => array