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 { - +