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