fix: 问题修复

This commit is contained in:
huxuejian 2026-02-08 10:41:53 +08:00
parent 3da2ca791a
commit 8f25cc68d5
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@
</text>
<text v-else class="user-name text-black text-lg font-semibold" @click="editProfile()">请完善信息</text>
<view class="flex items-center mt-5">
<view v-if="!doctorInfo || !doctorInfo.anotherName" class="status-tag tag-orange mr-10">
<view v-if="!doctorInfo || !doctorInfo.anotherName" class="status-tag tag-orange mr-10"
@click="editProfile()">
<text class="tag-text text-white">信息待完善</text>
</view>
<view v-if="certStatus" class="px-10 py-3 text-sm rounded-full" :class="certStatus.classnames"

View File

@ -1,7 +1,7 @@
<template>
<view class="pt-lg px-15 flex flex-col items-center text-center">
<image src="/static/logo-plain.png" class="logo"></image>
<view class="mt-15 text-xl font-semibold text-dark">健康</view>
<view class="mt-15 text-xl font-semibold text-dark">助手</view>
<view class="mt-12 text-base text-dark">生命全周期健康管理伙伴</view>
</view>
<view class="login-btn-wrap">