mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
修改时间间隔
This commit is contained in:
parent
18429b2799
commit
76b2dfeae6
@ -46,7 +46,7 @@ Page({
|
|||||||
rangeOp: [],
|
rangeOp: [],
|
||||||
filterTime(type, options) {
|
filterTime(type, options) {
|
||||||
if (type === 'minute') {
|
if (type === 'minute') {
|
||||||
return options.filter((option) => option % 15 === 0);
|
return options.filter((option) => option % 5 === 0);
|
||||||
}
|
}
|
||||||
return options;
|
return options;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user