东风启辰小程序端
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.

31 satır
1.4KB

  1. <!--pages/mobileVerification/mobileVerification.wxml-->
  2. <view class="all" >
  3. <view class="main">
  4. <image class="bg" src="{{imgUrl+'/star/bg.jpg'}}"></image>
  5. <view class="msgFrame">
  6. <view class="titleGroup">
  7. <image class="mobilepagelogo" src="{{imgUrl+'/images/mobilepagelogo.png'}}"></image>
  8. <view class="goodsName">启辰</view>
  9. <view class="goodsText">申请</view>
  10. </view>
  11. <view class="inputFrame">
  12. <view class="inputGroup">
  13. <view class="mobileFirst">+86</view>
  14. <image class="mobilepagedown" src="{{imgUrl+'/images/mobilepagedown.png'}}"></image>
  15. <input class="inputText" bindinput="getMoblie" placeholder="手机号" type="number" maxlength='11'></input>
  16. </view>
  17. <view class="inputGroup" style="justify-content: space-between;margin-top:30rpx;">
  18. <input class="inputText" placeholder="短信验证码"></input>
  19. <view class="codeSty" bindtap="getCode">{{verificationCode}}</view>
  20. </view>
  21. </view>
  22. <view class="agreementGroup" bindtap="agreementState">
  23. <image class="agreeIcon" src="{{imgUrl+(isAgreement?'/images/agreeIcon.png':'/images/disagreeIcon.png')}}"></image>
  24. <view class="agreementText">我仔细阅读并接受所附的《用户协议与隐私政策》</view>
  25. </view>
  26. <view class="submitBtn">提交</view>
  27. </view>
  28. </view>
  29. <tabBar></tabBar>
  30. </view>