Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <!--pages/mobileVerification/mobileVerification.wxml-->
- <view class="all" >
- <view class="main">
- <image class="bg" src="{{imgUrl+'/newImages2/92.png'}}"></image>
- <image class="starRule" wx:if="{{false}}" bindtap="showRule" src="{{imgUrl+'/newIcon/2.png'}}"></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>
- <view class="inputText" style="position: relative;">
- <input class="inputText" bindinput="getMoblie" value="{{mobileText}}" placeholder="手机号" type="number" maxlength='11'></input>
- <button class="getMobileBtn" wx:if="{{getMobileBtnShow}}" open-type="getPhoneNumber" bindgetphonenumber="getPhone" style="width:100%;height:100%;min-height:0;margin:0;padding:0;"></button>
- </view>
- </view>
- <view class="inputGroup" style="justify-content: space-between;margin-top:30rpx;">
- <input class="inputText" bindinput="getCodeText" placeholder="短信验证码"></input>
- <!-- <image src="{{imgUrl+'/newImages2/95.png'}}"></image> -->
- <view class="codeSty" bindtap="getCode">{{verificationCode}}</view>
- </view>
- </view>
- <view class="agreementGroup">
- <image class="agreeIcon" bindtap="agreementState" src="{{imgUrl+(isAgreement?'/images/agreeIcon.png':'/images/disagreeIcon.png')}}"></image>
- <view class="agreementText">
- <image class="newImages3-4" src="{{imgUrl+'/newImages3/4.png'}}"></image>
- <image class="newImages3-5" bindtap="agreementControl" style="margin-left:15rpx;" src="{{imgUrl+'/newImages3/5.png'}}"></image>
- </view>
- </view>
- <image class="submitBtn" bindtap="submitMobile" src="{{imgUrl+'/newImages3/6.png'}}"></image>
- </view>
- </view>
- <agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement>
- <tabBar></tabBar>
- </view>
|