From 3360f731ebf7342d6ca2a7ec1029edfbb4e73f76 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Mon, 9 Feb 2026 16:16:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/work-home.vue | 29 +++++++++++++++++++++++++---- pages/message/index.vue | 2 +- pages/work/profile.vue | 8 ++++---- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/pages/home/work-home.vue b/pages/home/work-home.vue index 2de0325..9fea064 100644 --- a/pages/home/work-home.vue +++ b/pages/home/work-home.vue @@ -19,13 +19,26 @@ 请完善信息 - - 信息待完善 + 信息待完善 + + + - - {{ certStatus.text }} + {{ certStatus.text }} + + @@ -382,4 +395,12 @@ useShow(async () => { padding-top: 6rpx; padding-bottom: 6rpx; } + +.pb-2 { + padding-bottom: 4rpx; +} + +.translate-y--1 { + transform: translateY(-2rpx); +} \ No newline at end of file diff --git a/pages/message/index.vue b/pages/message/index.vue index 1dc8279..46595dd 100644 --- a/pages/message/index.vue +++ b/pages/message/index.vue @@ -181,7 +181,7 @@ import { ref, onUnmounted, nextTick, watch, computed } from "vue"; import { onLoad, onShow, onHide } from "@dcloudio/uni-app"; import { storeToRefs } from "pinia"; import useAccountStore from "@/store/account.js"; -import { globalTimChatManager, TIM } from "@/utils/tim-chat.js"; +import { globalTimChatManager } from "@/utils/tim-chat.js"; import { startIMMonitoring, stopIMMonitoring, diff --git a/pages/work/profile.vue b/pages/work/profile.vue index fd7b405..bc10500 100644 --- a/pages/work/profile.vue +++ b/pages/work/profile.vue @@ -111,11 +111,11 @@ const rule = computed(() => { data.job.name = "岗位 (不可修改)"; data.job.disabled = true; - data.title.name = doctorInfo.value.verifyStatus === 'verified' ? "职称 (不可修改)" : "职称"; - data.title.disabled = doctorInfo.value.verifyStatus === 'verified'; + // data.title.name = doctorInfo.value.verifyStatus === 'verified' ? "职称 (不可修改)" : "职称"; + // data.title.disabled = doctorInfo.value.verifyStatus === 'verified'; - data.dept.name = doctorInfo.value.verifyStatus === 'verified' ? "科室 (不可修改)" : "科室"; - data.dept.disabled = doctorInfo.value.verifyStatus === 'verified'; + // data.dept.name = doctorInfo.value.verifyStatus === 'verified' ? "科室 (不可修改)" : "科室"; + // data.dept.disabled = doctorInfo.value.verifyStatus === 'verified'; } return data });