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 ? '' : '亲友'}}所在地