公寓小程序端前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

51 lines
3.0 KiB

<!--pages/serve/serve.wxml-->
<view class="header">
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;line-height:{{navigationHeight}}px;text-align: center;">
服务
</view>
</view>
<view class="body">
<view class="card header-card">
<view style="font-size: 36rpx;margin-bottom:52rpx;">居住服务</view>
<view class="flex flex-sa" style="gap: 30rpx;">
<navigator url="/subpages/OCRCard/pages/index/index" class=" flex items-center flex-center-j flex-col" style="width: 25%;">
<image src="../../images/icon/nav_1.png" class="icon-100" mode="" />
<view style="font-size:28rpx;color:#ffffff;font-weight: 600;" class="flex items-center flex-1 mt-14">入住办理</view>
</navigator>
<navigator url="/subpages/index/checkOutConfirm/index/index" class=" flex items-center flex-center-j flex-col" style="width: 25%;">
<image src="../../images/icon/nav_2.png" class="icon-100" mode="" />
<text style="font-size:28rpx;color:#ffffff;font-weight: 600;" class="flex items-center flex-1 mt-14">退房确认</text>
</navigator>
<navigator url="/subpages/index/renewalApplication/renewalApplication" class=" flex items-center flex-center-j flex-col" style="width: 25%;">
<image src="../../images/icon/nav_10.png" class="icon-100" mode="" />
<view style="font-size:28rpx;color:#ffffff;font-weight: 600;" class="flex items-center flex-1 mt-14">延租申请</view>
</navigator>
<navigator url="/subpages/mine/checkInEvaluate/checkInEvaluate" class=" flex items-center flex-center-j flex-col" style="width: 25%;">
<image src="../../images/icon/nav_3.png" class="icon-100" mode="" />
<text style="font-size:28rpx;color:#ffffff;font-weight: 600;" class="flex items-center flex-1 mt-14">居住评价</text>
</navigator>
</view>
</view>
<view class="card flex flex-col list">
<view class="title">报修报事</view>
<view class="card flex items-center">
<image src="../../images/icon/333.png" class="icon-80 mr-30" mode=""/>
<view class="flex-1 text-30">故障报修</view>
<van-button color="#ecf6ff" round custom-style="color:#999999" size="small ">去处理</van-button>
</view>
<view class="card flex items-center">
<image src="../../images/icon/444.png" class="icon-80 mr-30" mode=""/>
<view class="flex-1 text-30">报事儿</view>
<van-button color="#ecf6ff" round custom-style="color:#999999" size="small ">去处理</van-button>
</view>
</view>
<!-- <view class="card flex flex-col list">
<view class="title">共享空间</view>
<view class="card flex items-center">
<image src="../../images/icon/555.png" class="icon-80 mr-30" mode=""/>
<view class="flex-1 text-30">共享空间</view>
<van-button color="#ecf6ff" round custom-style="color:#999999" size="small ">去处理</van-button>
</view>
</view> -->
</view>