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