From 48b4f04e623b66fadda3dda11e4a6bfa8576de85 Mon Sep 17 00:00:00 2001 From: taiwan Date: Fri, 18 Feb 2022 14:26:32 +0800 Subject: [PATCH] filters文件更新 --- utils/filter.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/filter.wxs b/utils/filter.wxs index 1ed0064..5825dc6 100644 --- a/utils/filter.wxs +++ b/utils/filter.wxs @@ -237,7 +237,7 @@ var filters = { if(dateType === 2) { // N天后开始 - begin_days = (o.begin_days === 0 ? o.begin_days : (o.begin_days - 1)) * 24 * 60 * 60 * 1000; + begin_days = o.begin_days * 24 * 60 * 60 * 1000; // 有效天数 days = (o.effective_days - 1) * 24 * 60 * 60 * 1000; startDate = filters.format_time2(currentDate + begin_days); -- libgit2 0.21.4