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.
10 lines
428 B
10 lines
428 B
<view >
|
|
<image src="../../images/back.png" class="back" bind:tap="back" style=" top: {{statusHeight}}px;width: 50rpx;height: 50rpx;" bindtap="back" mode="" />
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;line-height: {{navigationHeight}}px;">
|
|
入住办理
|
|
</view>
|
|
</view>
|
|
|
|
<view style="margin-top: 200rpx;">
|
|
<van-empty description="{{msg}}" cost/>
|
|
</view>
|