Ken 1 dag sedan
förälder
incheckning
9c2dec7e4c
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      app/Services/WalletService.php

+ 5 - 5
app/Services/WalletService.php

@@ -249,7 +249,7 @@ class WalletService extends BaseService
                 ['text' => '🧾账单', 'callback_data' => "topup@@bill"],
             ],
             [
-                ['text' => '➕ 提现', 'callback_data' => "withdraw@@apply"],
+                ['text' => '➕ 提现', 'callback_data' => "withdraw@@qb_show_channel"],
                 ['text' => '🧾 提现账单', 'callback_data' => "withdraw@@bill"]
             ],
 
@@ -257,13 +257,13 @@ class WalletService extends BaseService
         ];
         $three_payment_switch = Config::where('field', 'three_payment_switch')->first()->val;
         if ($three_payment_switch == 1) {
-            $keyboard[] = [
+//            $keyboard[] = [
 //                ['text' => '➕ 钱宝提现', 'callback_data' => "withdraw@@qb_apply"],
-                ['text' => '➕ 钱宝提现', 'callback_data' => "withdraw@@qb_show_channel"],
-                ['text' => '🧾 钱宝账单', 'callback_data' => "withdraw@@bank_bill_1"]
-            ];
+//                ['text' => '🧾 钱宝账单', 'callback_data' => "withdraw@@bank_bill_1"]
+//            ];
             $keyboard[] = [
                 // ['text' => '➕ 三斤充值', 'callback_data' => "topup@@sj_apply"],
+                ['text' => '🧾 钱宝提现账单', 'callback_data' => "withdraw@@bank_bill_1"],
                 ['text' => '🧾 第三方充值支付订单', 'callback_data' => "topup@@sj_bill_1"]
             ];
         }