diff --git a/service-uniapp-technician/pages/index/center.vue b/service-uniapp-technician/pages/index/center.vue
index 06c3338..a75f575 100644
--- a/service-uniapp-technician/pages/index/center.vue
+++ b/service-uniapp-technician/pages/index/center.vue
@@ -49,7 +49,9 @@
@@ -63,7 +65,7 @@
font-size: 24rpx;
text-align: center;
line-height: 50rpx;
- background-color: #EF8C9499;
+ background-color: #EF8C9433;
">
实时获取你当前的位置
@@ -101,10 +103,12 @@
color="rgb(255, 100, 112)"
type="multiple"
:default-date="defaultDate"
- @select="onConfirm"
switch-mode="year-month"
:formatter="formatter"
- :style="{ height: '300px' }"
+ v-model:show="calendarShow"
+ @confirm="calendarConfirm"
+ ref="calendar"
+ @close="$refs.calendar.reset()"
/>
@@ -138,6 +142,10 @@
服务时间
+