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 lines
1.1 KiB
1 lines
1.1 KiB
<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><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="submit-btn" bindtap="__e">保存并提交</view></view> |