wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4235b265f91183514abea6315b8b6f985fc703b9
Authored by
后端研发-苏泰源
2022-02-19 10:41:42 +0800
1 parent
4ce0d138
filger文件函数修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
utils/filter.wxs
utils/filter.wxs
View file @
4235b26
...
...
@@ -248,6 +248,7 @@ var filters = {
248
248
};
249
249
250
250
if(dateType === 1) {
251
+ currentDate = filters.format_time2(currentDate);
251
252
if(o.begin_date && o.effective_date) {
252
253
return o.begin_date + '至' + o.effective_date;
253
254
};
...
...