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');