From 76b2dfeae6673db649319e6d0bc13afa17fc06cc Mon Sep 17 00:00:00 2001 From: "471615499@qq.com" Date: Fri, 30 May 2025 20:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E9=97=B4?= =?UTF-8?q?=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/meeting/meetingRoom/meetingBooked/meetingBooked.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniprogram/pages/meeting/meetingRoom/meetingBooked/meetingBooked.js b/miniprogram/pages/meeting/meetingRoom/meetingBooked/meetingBooked.js index 658b59d..457cd22 100644 --- a/miniprogram/pages/meeting/meetingRoom/meetingBooked/meetingBooked.js +++ b/miniprogram/pages/meeting/meetingRoom/meetingBooked/meetingBooked.js @@ -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; },