1 |
- <view class="pages data-v-fa854b0e"><view class="form-item-type nomal-top data-v-fa854b0e"><view class="form-item data-v-fa854b0e"><view class="form-item-til data-v-fa854b0e">主体类型</view><view class="form-item-con data-v-fa854b0e"><picker value="{{typeindex}}" range="{{typearray}}" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e" class="data-v-fa854b0e"><view class="uni-input data-v-fa854b0e">{{typearray[typeindex]}}</view></picker></view></view><block wx:if="{{typeindex==0}}"><view class="form-item data-v-fa854b0e"><view class="form-item-til data-v-fa854b0e">主体名称</view><view class="form-item-con data-v-fa854b0e"><input type="text" placeholder="请输入单位/企业名称" value="{{params.companyName}}" data-event-opts="{{[['input',[['__set_model',['$0','companyName','$event',[]],['params']]]]]}}" bindinput="__e" class="data-v-fa854b0e"/></view></view></block><block wx:if="{{typeindex==0}}"><view class="form-item data-v-fa854b0e"><view class="form-item-til data-v-fa854b0e">邀请码</view><view class="form-item-con data-v-fa854b0e"><input type="text" placeholder="请输入邀请码" value="{{params.certNo}}" data-event-opts="{{[['input',[['__set_model',['$0','certNo','$event',[]],['params']]]]]}}" bindinput="__e" class="data-v-fa854b0e"/></view></view></block><view class="form-item data-v-fa854b0e"><view class="form-item-til data-v-fa854b0e">联系人</view><view class="form-item-con data-v-fa854b0e"><input type="text" placeholder=" 请输入姓名" value="{{params.username}}" data-event-opts="{{[['input',[['__set_model',['$0','username','$event',[]],['params']]]]]}}" bindinput="__e" class="data-v-fa854b0e"/></view></view><view class="form-item data-v-fa854b0e"><view class="form-item-til data-v-fa854b0e">手机号码</view><view class="form-item-con data-v-fa854b0e"><input type="text" placeholder="请输入手机号码" maxlength="11" value="{{params.phone}}" data-event-opts="{{[['input',[['__set_model',['$0','phone','$event',[]],['params']]]]]}}" bindinput="__e" class="data-v-fa854b0e"/></view></view><view class="form-item data-v-fa854b0e"><view class="form-item-til data-v-fa854b0e">邮箱</view><view class="form-item-con data-v-fa854b0e"><input type="text" placeholder="请输入邮箱" value="{{params.mail}}" data-event-opts="{{[['input',[['__set_model',['$0','mail','$event',[]],['params']]]]]}}" bindinput="__e" class="data-v-fa854b0e"/></view></view><view class="form-item data-v-fa854b0e"><view class="form-item-til data-v-fa854b0e">地址</view><view class="form-item-con data-v-fa854b0e"><input type="text" placeholder="请输入地址" value="{{params.address}}" data-event-opts="{{[['input',[['__set_model',['$0','address','$event',[]],['params']]]]]}}" bindinput="__e" class="data-v-fa854b0e"/></view></view></view><view class="page-tip data-v-fa854b0e"><text class="page-tip-til data-v-fa854b0e">特别提示:</text>提交材料后,管理员将审核您的信息,如核实无误将进行认证。</view><view class="bottom-btn-wrap data-v-fa854b0e"><button class="bottom-btn data-v-fa854b0e" type="primary" data-event-opts="{{[['tap',[['saveclick',['$event']]]]]}}" bindtap="__e">保存</button></view></view>
|