From 1ce473133d3c1c262999fbd8b7b4ae020b2f9917 Mon Sep 17 00:00:00 2001 From: ukyo Date: Mon, 10 Feb 2025 17:06:52 +0800 Subject: [PATCH] =?UTF-8?q?fix.=E9=87=8D=E6=96=B0=E7=8D=B2=E5=8F=96?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E7=B5=A6=E4=BA=88=E8=AA=B0=E7=9A=84input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/front/member/index.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/front/member/index.blade.php b/resources/views/front/member/index.blade.php index 1a99f09..0ea9230 100644 --- a/resources/views/front/member/index.blade.php +++ b/resources/views/front/member/index.blade.php @@ -278,6 +278,7 @@ class='ri-bar-chart-2-line ri-24px text-body me-4'>消費紀錄 var id = "{{ Auth::guard('member')->user()->id }}"; $("#promocode").show(); $("#give-to").show(); + $("#floatingInput3").val(""); $("#promocode-show").hide(); console.log('id:', id);