修改
This commit is contained in:
parent
2cd35282f3
commit
b58a427ab0
@ -77,7 +77,7 @@
|
||||
// app.json
|
||||
"permission" : {
|
||||
"scope.userLocation" : {
|
||||
"desc" : "你的位置信息将用于护理站列表的位置查询"
|
||||
"desc" : "你的位置信息将用于护理机构列表的位置查询"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
|
||||
|
||||
@ -112,7 +112,7 @@
|
||||
<u-mask :show="maskshow" class='mask' @click='maskshow=false'>
|
||||
<view class="Agreement">
|
||||
<view class="title">
|
||||
护理站上门服务知情同意书
|
||||
护理机构上门服务知情同意书
|
||||
</view>
|
||||
<scroll-view scroll-y="true" class="scroll-Y" style="">
|
||||
<appointmenttext></appointmenttext>
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="noorder" v-else>
|
||||
<u-empty mode="list" icon-size='220' text='暂无护理站'></u-empty>
|
||||
<u-empty mode="list" icon-size='220' text='暂无护理机构'></u-empty>
|
||||
</view>
|
||||
</view>
|
||||
<view class="masks" style="" v-if="mask">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user