抖音c端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

29 рядки
933 B

  1. <view class="box" tt:if="{{showBox}}">
  2. <view class="phoneBox">
  3. <view class="hiePhone">
  4. <view class="f">授权手机号</view>
  5. <view class="r" bindtap="hieBox" >
  6. <image src="../../assets/itemImg/phDel.png" style="width: 100%;height: 100%;"/>
  7. </view>
  8. </view>
  9. <view class="userPhone">
  10. <input
  11. type="number"
  12. placeholder="请输入手机号码"
  13. bindinput="setPhone"
  14. value = "{{phone}}"
  15. class="inputPhone"
  16. />
  17. <view class="btn" bindtap="verify">{{time}}</view>
  18. </view>
  19. <input
  20. type="number"
  21. placeholder="请输入验证码"
  22. bindinput="setAuth"
  23. value="{{auth}}"
  24. class="auth"
  25. />
  26. <view class="send" bindtap="send">授权手机号</view>
  27. </view>
  28. </view>