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

View File

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

View File

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