mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 16:39:37 +08:00
1
This commit is contained in:
parent
7a30063d57
commit
2e968bf99e
@ -29,7 +29,7 @@ Page({
|
|||||||
dataList: [],
|
dataList: [],
|
||||||
filterTime(type, options) {
|
filterTime(type, options) {
|
||||||
if (type === 'minute') {
|
if (type === 'minute') {
|
||||||
return options.filter((option) => option == '00');
|
return options.filter((option) => option == '00' || option == '30');
|
||||||
}
|
}
|
||||||
return options;
|
return options;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user