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.
41 lines
2.1 KiB
41 lines
2.1 KiB
4 months ago
|
<!--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: 40rpx;">您还未办理入住</view>
|
||
|
<view style="margin:12rpx 0 30rpx 0">在线合同签订、履约保证金等</view>
|
||
|
<view class="flex flex-sa" style="gap: 30rpx;">
|
||
|
<view class="card flex flex-flex-center-i" style="width: 50%;">
|
||
|
<image src="../../images/icon/000.png" class="icon-68" mode="" />
|
||
|
<view style="font-size:32rpx;color:#000000;font-weight: 600;" class="flex items-center flex-1">入住办理</view>
|
||
|
</view>
|
||
|
<view class="card flex flex-flex-center-i" style="width: 50%;">
|
||
|
<image src="../../images/icon/111.png" class="icon-68" mode="" />
|
||
|
<text style="font-size:32rpx;color:#000000;font-weight: 600;" class="flex items-center flex-1">入住评价</text>
|
||
|
</view>
|
||
|
</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 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>
|