From 497027c311329fdb18abb0b84018cdd47f1c4c65 Mon Sep 17 00:00:00 2001 From: blak-kong <546598185@qq.com> Date: Thu, 14 Mar 2024 08:59:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=97=A5=E5=8E=86=E5=BF=AB=E9=80=9F=E7=82=B9=E5=87=BBbug?= =?UTF-8?q?=E5=92=8C=E5=BA=95=E9=83=A8tabbar=E6=B8=85=E7=A9=BA=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=B7=B3=E8=BD=ACbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/calendar/body/index.tsx | 7 ++++++- src/custom-tab-bar/index.tsx | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/calendar/body/index.tsx b/src/components/calendar/body/index.tsx index 5a749d5..7e662f3 100644 --- a/src/components/calendar/body/index.tsx +++ b/src/components/calendar/body/index.tsx @@ -3,6 +3,8 @@ import dayjs from "dayjs"; import React from "react"; import Taro, { Events } from "@tarojs/taro"; +import { throttle } from "lodash"; + import { Swiper, SwiperItem, View, Image } from "@tarojs/components"; import { BaseEventOrig, @@ -429,7 +431,10 @@ export default class AtCalendarBody extends React.Component { - +