From ceabbc737440b80adcfbb96f64ff247680477f76 Mon Sep 17 00:00:00 2001 From: taiwan Date: Sat, 19 Feb 2022 11:44:42 +0800 Subject: [PATCH] 卡项详情页有效期修改 --- utils/filter.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/filter.wxs b/utils/filter.wxs index c0ac8a6..83bdcfa 100644 --- a/utils/filter.wxs +++ b/utils/filter.wxs @@ -256,7 +256,7 @@ var filters = { return o.begin_date + '至不限'; }; if(!o.begin_date && o.effective_date) { - return currentDate + '至不限'; + return currentDate + '至' + o.effective_date; }; if(!o.begin_date && !o.effective_date) { return currentDate + '至不限'; -- libgit2 0.21.4