enteryanzheng.wxml 801 字节

<view class="yanzhengma">验证码已发送至+86 {{phonenum}}</view>
<form bindsubmit="formSubmit">
 
  <view class='content'>
 
    <block wx:for="{{Length}}" wx:key="item">
      <input class='iptbox' value="{{Value.length>=index+1?Value[index]:''}}" disabled password='{{ispassword}}' catchtap='Tap'></input>
    </block>
 
  </view>
 
  <input name="number" password="{{true}}" class='ipt' maxlength="{{Length}}" focus="{{isFocus}}" bindinput="Focus"></input>

  <view class="daojishi" bindtap="entercode">{{time}}</view>

  <view class="unrigester">未注册用户登录时自动创建账号,且代表您已同意</view>
  <view class="xieyi" bindtap="userxieyi">《用户协议》</view>
 
  <!-- <view>
    <button class="btn-area" formType="submit">Submit</button>
  </view> -->
 
</form>