diff --git a/h5/pages/main/index/index.vue b/h5/pages/main/index/index.vue
index 718a8bf..3ae2919 100644
--- a/h5/pages/main/index/index.vue
+++ b/h5/pages/main/index/index.vue
@@ -283,7 +283,7 @@
- 10312335
+ 12250922
diff --git a/h5/pages/main/selectDoctor/selectDoctor.vue b/h5/pages/main/selectDoctor/selectDoctor.vue
index d249acb..f80ad5c 100755
--- a/h5/pages/main/selectDoctor/selectDoctor.vue
+++ b/h5/pages/main/selectDoctor/selectDoctor.vue
@@ -1,117 +1,153 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.date.split('-').slice(1).join('/')}}
- {{ item.xingqi.replace('星期', '周').replace('日', '天')}}
-
-
-
-
-
-
-
- 更多
-
+
+
+
+
-
-
-
-
-
-
- {{ item.name }}
- {{
+
+
+
+
+
+
+
+ {{item.date.split('-').slice(1).join('/')}}
+ {{ item.xingqi.replace('星期', '周').replace('日', '天')}}
+
+
+
+
+
+
+
+ 更多
+
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{
item.level
}}
-
-
- {{ item.hospital }}:
- {{ item.time }}
-
-
- {{ item.desc }}
-
-
- 预约此医生
-
-
-
-
+
+
+ {{ item.hospital }}:
+ {{ item.time }}
+
+
+ {{ item.desc }}
+
+
+ 预约此医生
+
+
+
+
+
+
+
+ 当前日期暂无医生
+
+
+
-
- 当前日期暂无医生
-
-
-
-
-
-
-
+
+
+
+ .uni-calendar-item__weeks-box-item {
+ background-color: #239ea3 !important;
+ border-radius: 12rpx;
+
+ .uni-calendar-item--extra {
+ color: #fff !important;
+ }
+ }
+ }
+
+ .uni-calendar-item--isDay {
+ background-color: #239ea3 !important;
+ border-radius: 12rpx;
+ color: #fff !important;
+ }
+
+ .uni-calendar-item--extra {
+ color: #239ea3;
+ }
+
+ .uni-calendar-item__weeks-box {
+ // padding: 10rpx;
+ box-sizing: border-box;
+ }
+
+ .uni-calendar-item__weeks-box-circle {
+ background-color: rgba(0, 0, 0, 0);
+ }
+
+ .uni-calendar-item--isDay-text {
+ color: #333;
+ }
+
+ .uni-calendar-item__weeks-box-text {
+ font-size: 26rpx;
+
+ }
+
+ .uni-calendar-item__weeks-lunar-text {
+ font-size: 16rpx;
+ }
+
+ .uni-calendar-item__weeks-box-item {
+ width: 100%;
+ }
+
+ .uni-calendar__backtoday {
+ display: none;
+ }
+
+ .uni-calendar-item--disable {
+ .uni-calendar-item__weeks-lunar-text {
+ display: none;
+ }
+ }
+
+ }
+
\ No newline at end of file
diff --git a/h5/pages/main/ysdate/ysdate_new.vue b/h5/pages/main/ysdate/ysdate_new.vue
index 67a7a69..ad95e61 100644
--- a/h5/pages/main/ysdate/ysdate_new.vue
+++ b/h5/pages/main/ysdate/ysdate_new.vue
@@ -197,7 +197,7 @@
uni.hideLoading();
});
};
-
+
onShow(() => {
if (!!config_ref.value) {
mountedAction();
@@ -235,7 +235,7 @@
-