This commit is contained in:
曹辉 2023-05-26 14:22:04 +08:00
parent 2cd35282f3
commit b58a427ab0
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@
// app.json
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于护理列表的位置查询"
"desc" : "你的位置信息将用于护理机构列表的位置查询"
}
},
"requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],

View File

@ -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>

View File

@ -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">