修改
This commit is contained in:
parent
f4fa12e83a
commit
8a13ae7a7b
14
pages.json
14
pages.json
@ -9,7 +9,13 @@
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},{
|
||||
}, {
|
||||
"path": "pages/information/information",
|
||||
"style": {
|
||||
"navigationBarTitleText": "完善个人信息",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "pages/Nursingstationserviceorder/Nursingstationserviceorder",
|
||||
"style": {
|
||||
"navigationBarTitleText": "护理机构服务订单",
|
||||
@ -42,12 +48,6 @@
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "预约时间"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/information/information",
|
||||
"style": {
|
||||
"navigationBarTitleText": "完善个人信息",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "pages/CommodityDetails/CommodityDetails",
|
||||
"style": {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
.mask {
|
||||
.Agreement {
|
||||
width: 100%;
|
||||
background-color: #F4F5F7;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
height: 1000rpx;
|
||||
position: absolute;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="">
|
||||
<view class="" style="text-align: justify;padding: 0 2%;">
|
||||
<view class="">
|
||||
为确保护理安全及双方权益,请认真阅读此知情同意书并签字,若因违反此协议而造成的后果,由双方各自承担相应的责任。
|
||||
</view>
|
||||
|
||||
@ -87,6 +87,7 @@
|
||||
width: 657rpx;
|
||||
padding: 0 20rpx;
|
||||
line-height: 56rpx;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.detailed view {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
}
|
||||
.Agreement{
|
||||
width: 100%;
|
||||
background-color: #F4F5F7;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
height: 1000rpx;
|
||||
position: absolute;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="">
|
||||
<view style="text-align: justify;padding: 0 2%;">
|
||||
泉医到家(简称“我们”)深知个人信息对您的重要性,也感谢您对我们的信任。
|
||||
我们将通过本政策向您说明我们如何收集、存储、保护、使用及对外提供您的信息,并说明您享有的权利,其中要点如下:
|
||||
<view class="">
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
.Agreement {
|
||||
width: 100%;
|
||||
background-color: #F4F5F7;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
height: 1000rpx;
|
||||
position: absolute;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user