bind.wxml 375 B

1234567891011121314151617
  1. <!--logs.wxml-->
  2. <view class="container log-list">
  3. <view class="cell">
  4. 手机号:<input bindinput="getMobileInput"></input>
  5. </view>
  6. <view class="cell">
  7. </view>
  8. <view class="cell">
  9. <button bindtap="getSmsCode">获取验证码</button>
  10. <input bindinput="getCodeInput"></input>
  11. </view>
  12. <view class="cell">
  13. <button bindtap="bind">绑定</button>
  14. </view>
  15. </view>