You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1005 B
Plaintext

2 years ago
<view class="ui-poptips {{pop==1?'ui-poptipsTop':''}}">
<view class='ui-poptips-cnt'>{{popErrorMsg}}</view>
</view>
<form bindsubmit="formSubmit">
<view class="">
<view class="wx-text-list">
<view class='wx-list-li'>
<view class='f16 mw-label '>
姓名
</view>
<view class="section flex-right">
<input cursor-spacing="50" type="text" class="text-left f18 {{userInformation.IDAuth == 1 ? 'pen' : ''}}" name="userName" value="{{userInformation.realName}}" />
</view>
</view>
<view class='wx-list-li'>
<view class='f16 mw-label '>
证件号
</view>
<view class="section flex-right">
<input cursor-spacing="50" type="text" class="text-left f18 {{userInformation.IDAuth == 1 ? 'pen' : ''}}" name="idCard" value="{{userInformation.IDCard}}" />
</view>
</view>
<view></view>
</view>
</view>
<button type='primary' class="loginOut" style="margin-top:90px;" formType="submit" >
确定
</button>
</form>