From 1615a1b21dd3bf11bb1a5a5241f655c3bbe3075a Mon Sep 17 00:00:00 2001 From: hdm Date: Thu, 16 Jun 2022 15:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=A6=E8=BE=86=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=82=B9=E5=87=BB=E5=A4=B1=E6=95=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/cate/car_cate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/home/view/cate/car_cate.html b/app/home/view/cate/car_cate.html index 1f3cdb8..34e07d2 100644 --- a/app/home/view/cate/car_cate.html +++ b/app/home/view/cate/car_cate.html @@ -86,7 +86,7 @@ } }); - $('.body-table').on('click','.addNew',function(){ + $('body').on('click','.addNew',function(){ addExpense(0,'',''); });