companyidentity.wxml 1.7 KB
<view class="identitybox">
 

  <view class="backtop">
    

    <picker bindchange="bindprovinceChange" value="{{companyindex}}" range="{{companyarray}}" range-key="name">
      <view class="picker">
        <!-- 当前选择:{{array[index]}} -->
        <view class="useboxitem flextwo">
          <view class="itemname commonone">企业</view>


          <view class="itemright flexone">
            <view class="commontwo seltype ">
              {{companyname}}
            </view>
            <view class="yourow you">
              <image src="/img/yourow.png"></image>
            </view>
          </view>



        </view>
      </view>
    </picker>

    <view class="useboxitem flextwo">
      <view class="itemname commonone">姓名</view>


      <view class="itemright flexone">
        <view class="commontwo commonenter">
          <input placeholder="请填写姓名" placeholder-class="commontwo" bindinput="entername"/>
        </view>

      </view>



    </view>
    <view class="useboxitem flextwo">
      <view class="itemname commonone">手机号</view>


      <view class="itemright flexone">
        <view class="commontwo commonenter">
          <input placeholder="请填写手机号" placeholder-class="commontwo" bindinput="enterphone"/>
        </view>

      </view>



    </view>
    <view class="useboxitem flextwo">
      <view class="itemname commonone">身份证号</view>


      <view class="itemright flexone">
        <view class="commontwo commonenter">
          <input placeholder="请填写身份证号" placeholder-class="commontwo" bindinput="entercard"/>
        </view>

      </view>



    </view>
  </view>

</view>




<view class="botk">
 
  <view class="subtwo" bindtap="finish">完成</view>
</view>