From 9d12708736b6b757c10ca1c4d233a7ecb874a167 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Sat, 7 Oct 2023 10:51:01 +0800
Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E6=A1=A3=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 10 +-
.../Filinginformation/Filinginformation.vue | 176 ++++++++++++++++++
pagesC/Healthrecords/Healthrecords.vue | 44 ++++-
pagesC/Screeningdetails/Screeningdetails.vue | 3 +-
4 files changed, 225 insertions(+), 8 deletions(-)
create mode 100644 pagesC/Filinginformation/Filinginformation.vue
diff --git a/pages.json b/pages.json
index d5bcd1f..5845679 100644
--- a/pages.json
+++ b/pages.json
@@ -347,6 +347,14 @@
"enablePullDownRefresh": false
}
},
+
+ {
+ "path": "Filinginformation/Filinginformation",
+ "style": {
+ "navigationBarTitleText": "查看建档信息",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path": "Screeningdetails/Screeningdetails",
"style": {
@@ -425,4 +433,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/pagesC/Filinginformation/Filinginformation.vue b/pagesC/Filinginformation/Filinginformation.vue
new file mode 100644
index 0000000..e8c3a9b
--- /dev/null
+++ b/pagesC/Filinginformation/Filinginformation.vue
@@ -0,0 +1,176 @@
+
+
+
+
+ 姓名
+
+
+
+ 身份证号
+
+
+
+ 手机号码
+
+
+
+ 现任区县
+
+ 请选择现任区县
+
+
+
+
+ 乡镇
+
+ 请选择乡镇
+
+
+
+
+
+ 村/社区
+
+ 请选择村/社区
+
+
+
+
+
+ 详细地址
+
+
+
+
+ 取消
+
+
+ 提交申请
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pagesC/Healthrecords/Healthrecords.vue b/pagesC/Healthrecords/Healthrecords.vue
index 0dc6126..1a53f05 100644
--- a/pagesC/Healthrecords/Healthrecords.vue
+++ b/pagesC/Healthrecords/Healthrecords.vue
@@ -1,7 +1,10 @@
-
+
+ 引导图示
+
+
前往建档
@@ -13,13 +16,18 @@
data() {
return {};
},
-
+
methods: {
goapponint() {
uni.navigateTo({
url: '/pagesC/Screeningdetails/Screeningdetails'
});
},
+ gohealth() {
+ uni.navigateTo({
+ url: '/pagesC/Filinginformation/Filinginformation'
+ });
+ },
},
}
@@ -29,7 +37,7 @@
height: 100vh;
background-color: #F7F5F5;
padding: 30rpx 0 0 0;
-
+
.content {
background-color: #fff;
position: relative;
@@ -38,7 +46,30 @@
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 5rpx;
margin: 15rpx auto;
- .health{
+
+ .picture {
+ position: absolute;
+ // display: flex;
+ // width: 100rpx;
+ // background-color: red;
+ // flex-direction: row;
+ // flex-direction: column;
+ // justify-content: center;
+ align-items: center;
+ height: 100rpx;
+ top: 50%;
+ left: 50%;
+ transform: translateY(-50%);
+ transform: translateX(-50%);
+ // align-items: center;
+ font-size: 28rpx;
+ font-family: Source Han Sans CN;
+ font-weight: 500;
+ color: #868585;
+ line-height: 38rpx;
+ }
+
+ .health {
margin: 0 auto;
left: 50%;
transform: translateX(-50%);
@@ -52,5 +83,6 @@
text-align: center;
color: #fff;
}
- }}
-
\ No newline at end of file
+ }
+ }
+
diff --git a/pagesC/Screeningdetails/Screeningdetails.vue b/pagesC/Screeningdetails/Screeningdetails.vue
index f8cad02..aae2821 100644
--- a/pagesC/Screeningdetails/Screeningdetails.vue
+++ b/pagesC/Screeningdetails/Screeningdetails.vue
@@ -71,6 +71,7 @@
height: 100vh;
background-color: #F7F5F5;
padding: 30rpx 0 0 0;
+ overflow: scroll;
.content {
background-color: #fff;
@@ -137,4 +138,4 @@
}
}
}
-
\ No newline at end of file
+