v1.1 后台-地区充值统计-startDate七天前

This commit is contained in:
2022-10-26 16:51:39 +08:00
parent 6b75c9dc6e
commit 8457d751a7

View File

@@ -97,7 +97,7 @@
format: 'yyyy-mm-dd',
autoclose: true
});
chargeStart.datepicker("setDate", new Date(new Date() - 86400 * 7 * 1000))
chargeStart.datepicker("setDate", new Date(new Date() - 7 * 24 * 60 * 60 * 1000))
var chargeEnd = $('#endDate').datepicker({
format: 'yyyy-mm-dd',