From fd7979a040d7a63f9022898e875c072c61c84100 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 7 Dec 2022 13:56:13 +0800 Subject: [PATCH] 1 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 5ee5666..fc16f35 100644 --- a/index.html +++ b/index.html @@ -163,6 +163,7 @@ url: "https://parking.houzhisoft.com/json.php?id=1", type: "GET", success(result) { + renderBillingDom([]) const currentDate = moment(); const nearlyWeekS = moment().subtract(7, 'days'); const nearlyMonthS = moment().subtract(1, 'months');