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.
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
<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>
|
|
<view class="f12 tc c045 mt36">
|
|
<radio-group class="dib">
|
|
<radio checked="{{switch1Checked}}" catchtap="switch1Change" value="0" class="dib" color="#027AFF" style="transform:scale(.7);position:relative;top:-2px;" />
|
|
</radio-group>
|
|
我已阅读并同意
|
|
<navigator url="../serviceTerm/index" class="aLink">
|
|
《服务协议》</navigator>及<navigator url="../secret/index" class="aLink">《隐私政策》</navigator>
|
|
</view>
|
|
|
|
|
|
|