This commit is contained in:
曹辉 2023-04-04 15:58:15 +08:00
parent f4fa12e83a
commit 8a13ae7a7b
7 changed files with 13 additions and 12 deletions

View File

@ -9,7 +9,13 @@
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{ }, {
"path": "pages/information/information",
"style": {
"navigationBarTitleText": "完善个人信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Nursingstationserviceorder/Nursingstationserviceorder", "path": "pages/Nursingstationserviceorder/Nursingstationserviceorder",
"style": { "style": {
"navigationBarTitleText": "护理机构服务订单", "navigationBarTitleText": "护理机构服务订单",
@ -42,12 +48,6 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarTitleText": "预约时间" "navigationBarTitleText": "预约时间"
} }
}, {
"path": "pages/information/information",
"style": {
"navigationBarTitleText": "完善个人信息",
"enablePullDownRefresh": false
}
}, { }, {
"path": "pages/CommodityDetails/CommodityDetails", "path": "pages/CommodityDetails/CommodityDetails",
"style": { "style": {

View File

@ -6,7 +6,7 @@
.mask { .mask {
.Agreement { .Agreement {
width: 100%; width: 100%;
background-color: #F4F5F7; background-color: #fff;
text-align: center; text-align: center;
height: 1000rpx; height: 1000rpx;
position: absolute; position: absolute;

View File

@ -1,5 +1,5 @@
<template> <template>
<view class=""> <view class="" style="text-align: justify;padding: 0 2%;">
<view class=""> <view class="">
为确保护理安全及双方权益请认真阅读此知情同意书并签字若因违反此协议而造成的后果由双方各自承担相应的责任 为确保护理安全及双方权益请认真阅读此知情同意书并签字若因违反此协议而造成的后果由双方各自承担相应的责任
</view> </view>

View File

@ -87,6 +87,7 @@
width: 657rpx; width: 657rpx;
padding: 0 20rpx; padding: 0 20rpx;
line-height: 56rpx; line-height: 56rpx;
text-align: justify;
} }
.detailed view { .detailed view {

View File

@ -6,7 +6,7 @@
} }
.Agreement{ .Agreement{
width: 100%; width: 100%;
background-color: #F4F5F7; background-color: #fff;
text-align: center; text-align: center;
height: 1000rpx; height: 1000rpx;
position: absolute; position: absolute;

View File

@ -1,5 +1,5 @@
<template> <template>
<view class=""> <view style="text-align: justify;padding: 0 2%;">
泉医到家简称我们深知个人信息对您的重要性也感谢您对我们的信任 泉医到家简称我们深知个人信息对您的重要性也感谢您对我们的信任
我们将通过本政策向您说明我们如何收集存储保护使用及对外提供您的信息并说明您享有的权利其中要点如下 我们将通过本政策向您说明我们如何收集存储保护使用及对外提供您的信息并说明您享有的权利其中要点如下
<view class=""> <view class="">

View File

@ -10,7 +10,7 @@
.Agreement { .Agreement {
width: 100%; width: 100%;
background-color: #F4F5F7; background-color: #fff;
text-align: center; text-align: center;
height: 1000rpx; height: 1000rpx;
position: absolute; position: absolute;