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
589 B
14 lines
589 B
<!--pages/user/verify/index.wxml-->
|
|
<title title="实名认证"></title>
|
|
<image lazy-load class="bgimg" src="https://static.ticket.sz-trip.com/xcxImages/listtop/shiming_top.png" mode="widthFix"></image>
|
|
<view class="top-box">
|
|
<view class="item">
|
|
<text>姓名:</text>
|
|
<input bindinput="changeName" type="text" placeholder="请输入姓名"></input>
|
|
</view>
|
|
<view class="item">
|
|
<text>身份证号:</text>
|
|
<input bindinput="changeId" type="text" placeholder="请输入身份证号"></input>
|
|
</view>
|
|
<view class="btn" bindtap="verify">实名认证</view>
|
|
</view>
|
|
|