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