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

26 lines
1.0 KiB

<!--subpages/index/checkInUser/checkInUser.wxml-->
<navigationBar title="入住办理" isSowArrow isShowBg="" titleAlign="center"></navigationBar>
<view class="cont">
<view class="header flex flex-sb flex-center-j " style="background-image:url(/images/bg02.png);">
<view class="flex flex-col ">
<view class="tit">身份信息</view>
<view class="des">请您确认您的身份信息</view>
</view>
<van-image width="82" height="82" src="/images/icon_1.png" custom-class="cusImage" />
</view>
<view class="info">
<van-cell-group inset>
<van-cell title="姓名" value="张军" border />
<van-cell title="身份证" value="370832199602000040" border />
<van-cell title="手机号" value="13669603020" />
</van-cell-group>
</view>
<view class="btn">
<van-button slot="button" block type="primary" round color="linear-gradient(to right, #0DC6C6 , #46DBD5)" bind:tap="submit">
下一步
</van-button>
</view>
</view>