From 74998e56a1a78d6f7addb2454dbb3933b4a8b735 Mon Sep 17 00:00:00 2001 From: lanzu_qsy <334039090@qq.com> Date: Tue, 11 Aug 2020 18:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E7=9A=AE=E8=82=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/LanzuMmWithdrawController.php | 1 - config/admin.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Admin/Controllers/LanzuMmWithdrawController.php b/app/Admin/Controllers/LanzuMmWithdrawController.php index e75bac3..0481f8c 100644 --- a/app/Admin/Controllers/LanzuMmWithdrawController.php +++ b/app/Admin/Controllers/LanzuMmWithdrawController.php @@ -68,7 +68,6 @@ class LanzuMmWithdrawController extends AdminController $grid->money; $grid->status('提现状态')->using([-1 => '拒绝', 0 => '审核中', 1 => '通过']) ->label([-1 => 'danger', 0 => 'default', 1 => 'success']); - $grid->is_pay('是否到账')->using([0=>'否',1=>'是']); $grid->created_at('提现时间')->display(function ($time) { return date('Y-m-d H:i', $time); }); diff --git a/config/admin.php b/config/admin.php index ac1bef9..ed304ad 100644 --- a/config/admin.php +++ b/config/admin.php @@ -317,8 +317,8 @@ return [ // indigo, blue, blue-light, blue-dark, green 'color' => 'green', - 'body_class' => 'dark-mode', - //'body_class' => '', + //'body_class' => 'dark-mode', + 'body_class' => '', 'sidebar_collapsed' => false,