Compare commits
No commits in common. "dae3b4d125ec52a8fb53ae90460d2ea0ee7ce97e" and "30288bfa9f093cba6627070cdbb1faf24d39b846" have entirely different histories.
dae3b4d125
...
30288bfa9f
@ -19,8 +19,7 @@
|
|||||||
</text>
|
</text>
|
||||||
<text v-else class="user-name text-black text-lg font-semibold" @click="editProfile()">请完善信息</text>
|
<text v-else class="user-name text-black text-lg font-semibold" @click="editProfile()">请完善信息</text>
|
||||||
<view class="flex items-center mt-5">
|
<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>
|
<text class="tag-text text-white">信息待完善</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="certStatus" class="px-10 py-3 text-sm rounded-full" :class="certStatus.classnames"
|
<view v-if="certStatus" class="px-10 py-3 text-sm rounded-full" :class="certStatus.classnames"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="pt-lg px-15 flex flex-col items-center text-center">
|
<view class="pt-lg px-15 flex flex-col items-center text-center">
|
||||||
<image src="/static/logo-plain.png" class="logo"></image>
|
<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 class="mt-12 text-base text-dark">生命全周期健康管理伙伴</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="login-btn-wrap">
|
<view class="login-btn-wrap">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user