1 |
- <view><van-cell vue-id="5d426b56-1" center="{{true}}" title="我的昵称" value="{{userData.nickName}}" data-com-type="wx" bind:__l="__l"></van-cell><van-cell vue-id="5d426b56-2" title="我的头像" center="{{true}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['right-icon']}}"><image class="image-ava" slot="right-icon" src="{{userData.headImage}}"></image></van-cell><van-popup vue-id="5d426b56-3" show="{{idCardShow}}" round="{{true}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><view class="idCard"><van-divider vue-id="{{('5d426b56-4')+','+('5d426b56-3')}}" contentPosition="center" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">绑定身份证信息</van-divider><van-cell-group vue-id="{{('5d426b56-5')+','+('5d426b56-3')}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><van-field vue-id="{{('5d426b56-6')+','+('5d426b56-5')}}" value="{{idCard}}" label="身份证" maxlength="18" placeholder="请输入身份证号" data-event-opts="{{[['^change',[['idCardput']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-field><van-field vue-id="{{('5d426b56-7')+','+('5d426b56-5')}}" value="{{password}}" type="password" label="密码" placeholder="请输入密码" data-event-opts="{{[['^change',[['passwordput']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-field><van-cell vue-id="{{('5d426b56-8')+','+('5d426b56-5')}}" title="归属驾校地区" value="{{area}}" data-event-opts="{{[['^click',[['e0']]]]}}" data-com-type="wx" bind:click="__e" bind:__l="__l"></van-cell></van-cell-group><view class="btn-box"><van-button vue-id="{{('5d426b56-9')+','+('5d426b56-3')}}" type="default" data-event-opts="{{[['^click',[['e1']]]]}}" data-com-type="wx" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">取消绑定</van-button><van-button vue-id="{{('5d426b56-10')+','+('5d426b56-3')}}" type="info" loading="{{loading}}" loading-text="绑定中.." data-event-opts="{{[['^click',[['submitBinding']]]]}}" data-com-type="wx" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">确认绑定</van-button></view></view></van-popup><van-popup vue-id="5d426b56-11" show="{{popup}}" position="bottom" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><van-area vue-id="{{('5d426b56-12')+','+('5d426b56-11')}}" columns-placeholder="{{['请选择','请选择']}}" value="35" area-list="{{areaList}}" columns-num="2" data-event-opts="{{[['^cancel',[['e2']]],['^confirm',[['e3']]],['^change',[['regionSelection']]]]}}" data-com-type="wx" bind:cancel="__e" bind:confirm="__e" bind:change="__e" bind:__l="__l"></van-area></van-popup></view>
|