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

14 lines
820 B

<view class="cont">
<navigationBar title="延租申请" isSowArrow isShowBg backgroundImage="https://hrss.qingdao.gov.cn/mzjwj/1752629015701_78901749456786018_6593bg.png" height="200px" titleAlign="center"></navigationBar>
<view class="tip-cont">
<van-image width="72" height="72" src="/images/mine/md-restore.png" custom-class="cusImage" />
<view class="txt">
<view>温馨提示:</view>
<view class="des">您需要登陆“爱山东”APP搜索“青岛免租金住房”进入青岛市免租金住宿保障平台进行延租申请。</view>
</view>
</view>
<van-button slot="button" block type="primary" round color="linear-gradient(to right, #0DC6C6 , #46DBD5)" bind:tap="submit" custom-class="btn">
我知道了
</van-button>
</view>