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

40 lines
2.2KB

  1. <!--pages/mobileVerification/mobileVerification.wxml-->
  2. <view class="all" >
  3. <view class="main">
  4. <image class="bg" src="{{imgUrl+'/newImages2/92.png'}}"></image>
  5. <image class="starRule" wx:if="{{false}}" bindtap="showRule" src="{{imgUrl+'/newIcon/2.png'}}"></image>
  6. <view class="msgFrame">
  7. <view class="titleGroup">
  8. <image class="mobilepagelogo" src="{{imgUrl+'/images/mobilepagelogo.png'}}"></image>
  9. <view class="goodsName">启辰</view>
  10. <view class="goodsText">申请加入星探计划,享千元现金红包</view>
  11. </view>
  12. <view class="inputFrame">
  13. <view class="inputGroup">
  14. <view class="mobileFirst">+86</view>
  15. <image class="mobilepagedown" src="{{imgUrl+'/images/mobilepagedown.png'}}"></image>
  16. <view class="inputText" style="position: relative;">
  17. <input class="inputText" bindinput="getMoblie" value="{{mobileText}}" placeholder="手机号" type="number" maxlength='11'></input>
  18. <button class="getMobileBtn" wx:if="{{getMobileBtnShow}}" open-type="getPhoneNumber" bindgetphonenumber="getPhone" style="width:100%;height:100%;min-height:0;margin:0;padding:0;"></button>
  19. </view>
  20. </view>
  21. <view class="inputGroup" style="justify-content: space-between;margin-top:30rpx;">
  22. <input class="inputText" bindinput="getCodeText" placeholder="短信验证码"></input>
  23. <!-- <image src="{{imgUrl+'/newImages2/95.png'}}"></image> -->
  24. <view class="codeSty" bindtap="getCode">{{verificationCode}}</view>
  25. </view>
  26. </view>
  27. <view class="agreementGroup">
  28. <image class="agreeIcon" bindtap="agreementState" src="{{imgUrl+(isAgreement?'/images/agreeIcon.png':'/images/disagreeIcon.png')}}"></image>
  29. <view class="agreementText">
  30. <image class="newImages3-4" src="{{imgUrl+'/newImages3/4.png'}}"></image>
  31. <image class="newImages3-5" bindtap="agreementControl" style="margin-left:15rpx;" src="{{imgUrl+'/newImages3/5.png'}}"></image>
  32. </view>
  33. </view>
  34. <image class="submitBtn" bindtap="submitMobile" src="{{imgUrl+'/newImages3/6.png'}}"></image>
  35. </view>
  36. </view>
  37. <agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement>
  38. <tabBar></tabBar>
  39. </view>