- <!-- 绑定手机号弹框 -->
- <view class="mask">
- <view class="maskContent bindPhoneMaskContnet">
- <view class="title">{{title}}</view>
- <input bindinput="bindPhone" style="margin-top:40rpx" class="bindPhone bindInput" placeholder="请输入手机号" type="number" auto-focus confirm-type="search" focus="true" placeholder-class="searchPlaceholder2"/>
- <view class="yzmBox">
- <input bindinput="bindYzm" class="yzmInput bindInput" placeholder="请输入验证码" type="number" confirm-type="search" placeholder-class="searchPlaceholder2"/>
- <view class="getYzm bindInput" bindtap="getYzmButton">{{timeMsg}}</view>
- </view>
- <view class="buttones">
- <view class="button" bindtap="closeHint">关闭</view>
- <view class="button button_yes" bindtap="bindPhoneEvent">确定</view>
- </view>
- </view>
- </view>
|