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.
|
- <!--pages/mobileVerification/mobileVerification.wxml-->
- <view class="all" >
- <view class="main">
- <image class="bg" src="{{imgUrl+'/star/bg.jpg'}}"></image>
- <view class="msgFrame">
- <view class="titleGroup">
- <image class="mobilepagelogo" src="{{imgUrl+'/images/mobilepagelogo.png'}}"></image>
- <view class="goodsName">启辰</view>
- <view class="goodsText">申请</view>
- </view>
- <view class="inputFrame">
- <view class="inputGroup">
- <view class="mobileFirst">+86</view>
- <image class="mobilepagedown" src="{{imgUrl+'/images/mobilepagedown.png'}}"></image>
- <input class="inputText" bindinput="getMoblie" placeholder="手机号" type="number" maxlength='11'></input>
- </view>
- <view class="inputGroup" style="justify-content: space-between;margin-top:30rpx;">
- <input class="inputText" placeholder="短信验证码"></input>
- <view class="codeSty" bindtap="getCode">{{verificationCode}}</view>
- </view>
- </view>
- <view class="agreementGroup" bindtap="agreementState">
- <image class="agreeIcon" src="{{imgUrl+(isAgreement?'/images/agreeIcon.png':'/images/disagreeIcon.png')}}"></image>
- <view class="agreementText">我仔细阅读并接受所附的《用户协议与隐私政策》</view>
- </view>
- <view class="submitBtn">提交</view>
- </view>
- </view>
- <tabBar></tabBar>
- </view>
|