|
@@ -25,7 +25,7 @@
|
|
|
<view class="uni-calendar__header-btn-box" @click.stop="next">
|
|
|
<view class="uni-calendar__header-btn uni-calendar--right"></view>
|
|
|
</view>
|
|
|
- <text class="uni-calendar__backtoday" @click="backToday">{{ todayText }}</text>
|
|
|
+ <!-- <text class="uni-calendar__backtoday" @click="backToday">{{ todayText }}</text> -->
|
|
|
|
|
|
</view>
|
|
|
<view class="uni-calendar__box" @touchstart="startTouch" @touchmove="moveTouch" @touchend="endTouch">
|