Commit ceabbc737440b80adcfbb96f64ff247680477f76
1 parent
d2a1ee8a
卡项详情页有效期修改
Showing
1 changed file
with
1 additions
and
1 deletions
utils/filter.wxs
... | ... | @@ -256,7 +256,7 @@ var filters = { |
256 | 256 | return o.begin_date + '至不限'; |
257 | 257 | }; |
258 | 258 | if(!o.begin_date && o.effective_date) { |
259 | - return currentDate + '至不限'; | |
259 | + return currentDate + '至' + o.effective_date; | |
260 | 260 | }; |
261 | 261 | if(!o.begin_date && !o.effective_date) { |
262 | 262 | return currentDate + '至不限'; | ... | ... |