add.wxml 3.4 KB

1
  1. <view class="container main data-v-d1dbed64"><view class="one data-v-d1dbed64"><uni-forms vue-id="4b2fa178-1" rules="{{rules}}" modelValue="{{form}}" label-width="80px" data-ref="baseForm" class="data-v-d1dbed64 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><uni-forms-item vue-id="{{('4b2fa178-2')+','+('4b2fa178-1')}}" label="姓名" required="{{true}}" name="name" class="data-v-d1dbed64" bind:__l="__l" vue-slots="{{['default']}}"><uni-easyinput bind:input="__e" vue-id="{{('4b2fa178-3')+','+('4b2fa178-2')}}" placeholder="请输入姓名" value="{{form.name}}" data-event-opts="{{[['^input',[['__set_model',['$0','name','$event',[]],['form']]]]]}}" class="data-v-d1dbed64" bind:__l="__l"></uni-easyinput></uni-forms-item><uni-forms-item vue-id="{{('4b2fa178-4')+','+('4b2fa178-1')}}" label="证件类型" required="{{true}}" name="cardType" class="data-v-d1dbed64" bind:__l="__l" vue-slots="{{['default']}}"><uni-data-checkbox bind:input="__e" vue-id="{{('4b2fa178-5')+','+('4b2fa178-4')}}" localdata="{{typeList}}" map="{{({text:'label',value:'value'})}}" value="{{form.cardType}}" data-event-opts="{{[['^input',[['__set_model',['$0','cardType','$event',[]],['form']]]]]}}" class="data-v-d1dbed64" bind:__l="__l"></uni-data-checkbox></uni-forms-item><uni-forms-item vue-id="{{('4b2fa178-6')+','+('4b2fa178-1')}}" label="证件号码" required="{{true}}" name="card" class="data-v-d1dbed64" bind:__l="__l" vue-slots="{{['default']}}"><uni-easyinput bind:input="__e" vue-id="{{('4b2fa178-7')+','+('4b2fa178-6')}}" placeholder="请输入证件号码" value="{{form.card}}" data-event-opts="{{[['^input',[['__set_model',['$0','card','$event',[]],['form']]]]]}}" class="data-v-d1dbed64" bind:__l="__l"></uni-easyinput></uni-forms-item><uni-forms-item vue-id="{{('4b2fa178-8')+','+('4b2fa178-1')}}" label="手机号" required="{{true}}" name="phone" class="data-v-d1dbed64" bind:__l="__l" vue-slots="{{['default']}}"><uni-easyinput bind:input="__e" vue-id="{{('4b2fa178-9')+','+('4b2fa178-8')}}" placeholder="请输入手机号" value="{{form.phone}}" data-event-opts="{{[['^input',[['__set_model',['$0','phone','$event',[]],['form']]]]]}}" class="data-v-d1dbed64" bind:__l="__l"></uni-easyinput></uni-forms-item><uni-forms-item vue-id="{{('4b2fa178-10')+','+('4b2fa178-1')}}" label="电子邮箱" required="{{true}}" name="email" class="data-v-d1dbed64" bind:__l="__l" vue-slots="{{['default']}}"><uni-easyinput bind:input="__e" vue-id="{{('4b2fa178-11')+','+('4b2fa178-10')}}" placeholder="请输入电子邮箱" value="{{form.email}}" data-event-opts="{{[['^input',[['__set_model',['$0','email','$event',[]],['form']]]]]}}" class="data-v-d1dbed64" bind:__l="__l"></uni-easyinput></uni-forms-item><uni-forms-item vue-id="{{('4b2fa178-12')+','+('4b2fa178-1')}}" label="微信/QQ" required="{{true}}" name="communication" class="data-v-d1dbed64" bind:__l="__l" vue-slots="{{['default']}}"><uni-easyinput bind:input="__e" vue-id="{{('4b2fa178-13')+','+('4b2fa178-12')}}" placeholder="请输入微信/QQ" value="{{form.communication}}" data-event-opts="{{[['^input',[['__set_model',['$0','communication','$event',[]],['form']]]]]}}" class="data-v-d1dbed64" bind:__l="__l"></uni-easyinput></uni-forms-item></uni-forms><view class="button data-v-d1dbed64"><view class="button_remark data-v-d1dbed64">*修改报名信息将会重新进行审核</view><button type="primary" data-event-opts="{{[['tap',[['submit',['baseForm']]]]]}}" bindtap="__e" class="data-v-d1dbed64">保存</button></view></view></view>