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

24 lines
1.2 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(http://219.146.91.110:30801/mzjzf/1749449508391_5648bg02.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-field label="姓名" model:value="{{form.graduateName}}" border placeholder="请输入"/>
<van-field label="身份证" model:value="{{form.idCard}}" border placeholder="请输入"/>
<van-field label="手机号" model:value="{{form.telephone}}" placeholder="请输入"/>
</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>