Skip to content

Commit

Permalink
upd: catch touchmove #319
Browse files Browse the repository at this point in the history
  • Loading branch information
付登荣 committed May 10, 2020
1 parent bb81bc2 commit a8a4e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions calendar/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<!-- 日历面板主体 -->
<view class="b lr wrap"
bindtouchstart="calendarTouchstart"
bindtouchmove="calendarTouchmove"
bindtouchend="calendarTouchend">
catchtouchmove="calendarTouchmove"
catchtouchend="calendarTouchend">
<!-- 上月日期格子 -->
<view
class="grid b ac pc {{calendarConfig.theme}}_prev-month-date"
Expand Down
4 changes: 2 additions & 2 deletions src/component/calendar/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<!-- 日历面板主体 -->
<view class="b lr wrap"
bindtouchstart="calendarTouchstart"
bindtouchmove="calendarTouchmove"
bindtouchend="calendarTouchend">
catchtouchmove="calendarTouchmove"
catchtouchend="calendarTouchend">
<!-- 上月日期格子 -->
<view
class="grid b ac pc {{calendarConfig.theme}}_prev-month-date"
Expand Down

0 comments on commit a8a4e9d

Please sign in to comment.