公寓小程序端前端代码
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.

23 lines
1.0 KiB

<!-- bindscrolltolower="scrolltolower" wx:if="{{list.length>0}}" -->
<scroll-view scroll-y class="scroll-view" >
<!-- wx:for="{{list}}" -->
<view class="card flex" wx:key="index">
<image src="../../../images/zixun.png" style="width: 200rpx;height:152rpx;margin-right: 16rpx;border-radius: 10rpx;" mode="" />
<view class="flex flex-col flex-1">
<view class="flex flex-sb">
<view class="name font-bold">国信</view>
<view class="status text-28">入住办理中</view>
</view>
<view style="margin-bottom: 22rpx;">5号楼1单元888南卧</view>
<view class="date">2028-11-11至2222-22-22</view>
</view>
</view>
<van-divider dashed />
<view class="flex flex-sb px-20">
<view class="doc">
青岛免租金租房合同.docx
</view>
<van-button round type="info" plain size="small" color="#d3d3d3">待支付</van-button>
</view>
</scroll-view>
<!-- <no-data isShow="{{list.length ===0 || !list}}" ></no-data> -->