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

12 lines
674 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 class="des">合同准备中,请稍后...</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>