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

1 line
2.5 KiB

3 years ago
<view class="auth-page"><view class="company-info-box"><view class="form-item acea-row row-between row-middle"><view class="label">姓名</view><view class="inp-box"><input type="text" data-type="name" placeholder="请填写姓名" data-event-opts="{{[['input',[['inpChange',['$event']]]]]}}" value="{{form.legalPersonName}}" bindinput="__e"/></view></view><view class="form-item acea-row row-between row-middle"><view class="label">手机号</view><view class="inp-box"><input type="text" data-type="phone" placeholder="请填写手机号" data-event-opts="{{[['input',[['inpChange',['$event']]]]]}}" value="{{form.legalPhone}}" bindinput="__e"/></view></view><view class="form-item acea-row row-between row-middle"><view class="label">身份证号</view><view class="inp-box"><input type="text" data-type="idcard" placeholder="请填写身份证号" data-event-opts="{{[['input',[['inpChange',['$event']]]]]}}" value="{{form.legalPersonIdcard}}" bindinput="__e"/></view></view><view class="form-item noBorder"><view class="label">身份证</view><view class="inp-box sfz"><view class="acea-row row-between-wrapper"><block wx:if="{{form.idcardPicBehind==''}}"><image src="https://download.cyjyyjy.com/sfz1.png" data-type="b" data-event-opts="{{[['tap',[['upCard',['$event']]]]]}}" bindtap="__e"></image></block><block wx:else><image src="{{form.idcardPicBehind}}" data-type="b" data-event-opts="{{[['tap',[['upCard',['$event']]]]]}}" bindtap="__e"></image></block><image src="https://download.cyjyyjy.com/sfzb.png"></image></view><view class="acea-row row-between-wrapper"><block wx:if="{{form.idcardPicFront==''}}"><image src="https://download.cyjyyjy.com/sfz2.png" data-type="f" data-event-opts="{{[['tap',[['upCard',['$event']]]]]}}" bindtap="__e"></image></block><block wx:else><image src="{{form.idcardPicFront}}" data-type="f" data-event-opts="{{[['tap',[['upCard',['$event']]]]]}}" bindtap="__e"></image></block><image src="https://download.cyjyyjy.com/sfzz.png"></image></view><view class="acea-row row-between-wrapper"><block wx:if="{{form.idcardPicHold==''}}"><image src="https://download.cyjyyjy.com/sfz3.png" data-type="h" data-event-opts="{{[['tap',[['upCard',['$event']]]]]}}" bindtap="__e"></image></block><block wx:else><image src="{{form.idcardPicHold}}" data-type="h" data-event-opts="{{[['tap',[['upCard',['$event']]]]]}}" bindtap="__e"></image></block><image src="https://download.cyjyyjy.com/sfzs.png"></image></view></view></view></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="submit-btn" bindtap="__e">保存并提交</view></view>