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