From bf3dfcd8b715522a1362329b0349676c8bd64536 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 31 May 2024 10:28:27 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index e57d91c..4ce5675 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -436,7 +436,7 @@ } function typeSwitchListener () { $("[name=type-switch]").change(function () { - console.log($(this.val())) + console.log($(this).val()) }) } (function () {