From 80750ad01492700f25b5ec8547da9adcde3bc27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Sun, 8 Oct 2023 14:50:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=AD=BE=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 58 +-- .../Filinginformation/Filinginformation.vue | 42 ++- pagesC/Onlinesigning/Onlinesigning.vue | 151 +++++--- pagesC/Signingagency/Signingagency.vue | 349 ++++++++++++++++++ 4 files changed, 505 insertions(+), 95 deletions(-) create mode 100644 pagesC/Signingagency/Signingagency.vue diff --git a/pages.json b/pages.json index 60dfc46..c0687ba 100644 --- a/pages.json +++ b/pages.json @@ -347,14 +347,20 @@ "enablePullDownRefresh": false } }, - - // { - // "path": "Filinginformation/Filinginformation", - // "style": { - // "navigationBarTitleText": "查看建档信息", - // "enablePullDownRefresh": false - // } - // }, + { + "path": "Signingagency/Signingagency", + "style": { + "navigationBarTitleText": "在线签约", + "enablePullDownRefresh": false + } + }, + { + "path": "Filinginformation/Filinginformation", + "style": { + "navigationBarTitleText": "查看建档信息" + // "enablePullDownRefresh": false + } + }, { "path": "Onlinesigning/Onlinesigning", "style": { @@ -393,38 +399,36 @@ } }, { - "path": "servicerecord/servicerecord", - "style": { - "navigationBarTitleText": "服务记录", - "enablePullDownRefresh": false - } + "path": "servicerecord/servicerecord", + "style": { + "navigationBarTitleText": "服务记录", + "enablePullDownRefresh": false } - ,{ - "path" : "Myappointment/Myappointment", + }, { + "path": "Myappointment/Myappointment", + "style": { + "navigationBarTitleText": "我的预约", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "healthtest/healthtest", "style" : { - "navigationBarTitleText": "我的预约", + "navigationBarTitleText": "健康自评", "enablePullDownRefresh": false } - } - ,{ - "path" : "healthtest/healthtest", - "style" : - { - "navigationBarTitleText": "健康自评", - "enablePullDownRefresh": false - } - } ,{ "path" : "Physicalexamination/Physicalexamination", - "style" : + "style" : { "navigationBarTitleText": "体征检测", "enablePullDownRefresh": false } - + } ] }], diff --git a/pagesC/Filinginformation/Filinginformation.vue b/pagesC/Filinginformation/Filinginformation.vue index e8c3a9b..dcc699d 100644 --- a/pagesC/Filinginformation/Filinginformation.vue +++ b/pagesC/Filinginformation/Filinginformation.vue @@ -3,18 +3,15 @@ 姓名 - + 身份证号 - + 手机号码 - + 现任区县 @@ -29,8 +26,6 @@ 请选择乡镇 - 村/社区 @@ -42,8 +37,8 @@ 详细地址 - + @@ -53,7 +48,7 @@ 提交申请 - + @@ -98,6 +93,27 @@ border-radius: 5rpx; margin: 15rpx auto; position: relative; + ::v-deep .u-input { + width: 636rpx; + height: 63rpx; + background: #F6F6F6; + // border: 1rpx solid red; + margin: 12rpx auto; + border: none; + border-radius: 5rpx; + + } + ::v-deep .u-input__input.data-v-fdbb9fe6{ + font-size: 20rpx; + // font-size: 20px; + font-family: Source Han Sans CN; + font-weight: 400; + color: #8E8E8E; + } + ::v-deep.uni-input-placeholder{ + color: #8E8E8E !important; + font-size: 20rpx; + } .cancelitem{ display: flex; justify-content: space-evenly; @@ -145,7 +161,7 @@ height: 63rpx; background: #F6F6F6; margin: 12rpx auto; - // border: 1rpx solid #F6F6F6; + // border: 1rpx solid #F6F6F6; border-radius: 5rpx; display: flex; position: relative; @@ -173,4 +189,4 @@ } } - \ No newline at end of file + diff --git a/pagesC/Onlinesigning/Onlinesigning.vue b/pagesC/Onlinesigning/Onlinesigning.vue index 41406a7..00035de 100644 --- a/pagesC/Onlinesigning/Onlinesigning.vue +++ b/pagesC/Onlinesigning/Onlinesigning.vue @@ -8,8 +8,10 @@ - - 2 + + + 2 + 选择签约机构 @@ -17,18 +19,16 @@ 姓名 - + + 身份证号 - + 手机号码 - + 现任区县 @@ -53,17 +53,13 @@ 详细地址 - + - - - 下一步 - + + 下一步 + - - @@ -72,43 +68,57 @@ export default { data() { return { - + value: '', + type: 'text', + border: true } }, + methods: { + gonextstep() { + uni.navigateTo({ + url: '/pagesC/Signingagency/Signingagency' + }) + }, + } } \ No newline at end of file + diff --git a/pagesC/Signingagency/Signingagency.vue b/pagesC/Signingagency/Signingagency.vue new file mode 100644 index 0000000..2ca8943 --- /dev/null +++ b/pagesC/Signingagency/Signingagency.vue @@ -0,0 +1,349 @@ + + + + + \ No newline at end of file