vaecebyZ 9 месяцев назад
Родитель
Сommit
651ffa0351
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue

+ 1 - 1
uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue

@@ -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">