From b0f09e41daf080cdbd4386609d4584dce962d782 Mon Sep 17 00:00:00 2001 From: kola-web Date: Thu, 10 Jul 2025 18:53:39 +0800 Subject: [PATCH] =?UTF-8?q?2.0bug=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patient/pages/index/index.wxml | 5 ++++- src/patient/pages/my/index.wxml | 2 +- src/patient/pages/userInfo/index.scss | 7 +++++++ src/patient/pages/userInfo/index.wxml | 8 ++++---- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/patient/pages/index/index.wxml b/src/patient/pages/index/index.wxml index 2547669..1adfd50 100644 --- a/src/patient/pages/index/index.wxml +++ b/src/patient/pages/index/index.wxml @@ -10,7 +10,10 @@ - Hi!{{userInfo.PatientName}} + + Hi!{{userInfo.PatientName}} + 亲友 + 今天是您加入的第 diff --git a/src/patient/pages/my/index.wxml b/src/patient/pages/my/index.wxml index 4e98397..b7eddc9 100644 --- a/src/patient/pages/my/index.wxml +++ b/src/patient/pages/my/index.wxml @@ -8,7 +8,7 @@ - {{userInfo.PatientName}} + {{userInfo.PatientName}}亲友 今天是陪伴您的第 diff --git a/src/patient/pages/userInfo/index.scss b/src/patient/pages/userInfo/index.scss index 457daa6..9250283 100644 --- a/src/patient/pages/userInfo/index.scss +++ b/src/patient/pages/userInfo/index.scss @@ -56,6 +56,13 @@ page { } } } + &.form-family{ + .row{ + .label{ + width: 7em; + } + } + } } .login-out { margin-top: 72rpx; diff --git a/src/patient/pages/userInfo/index.wxml b/src/patient/pages/userInfo/index.wxml index cc517fe..d51bed4 100644 --- a/src/patient/pages/userInfo/index.wxml +++ b/src/patient/pages/userInfo/index.wxml @@ -1,7 +1,7 @@ - + - 我的姓名 + {{userInfo.RelationType == 1 ? '我的' : '亲友'}}姓名 - 出生年月 + {{userInfo.RelationType == 1 ? '' : '亲友'}}出生年月 @@ -24,7 +24,7 @@ - 所在地 + {{userInfo.RelationType == 1 ? '' : '亲友'}}所在地