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.
1 lines
1.3 KiB
1 lines
1.3 KiB
<view class="binding data-v-f39dd5d0"><view class="img data-v-f39dd5d0"><image style="{{'width:'+(imgStyle.width+'px')+';'+('height:'+(imgStyle.height+'px')+';')}}" src="{{logo}}" mode class="data-v-f39dd5d0"></image></view><view style="padding:50rpx;" class="data-v-f39dd5d0"><view class="f-36 f-w data-v-f39dd5d0">手机绑定</view><view class="dis-flex inputbox data-v-f39dd5d0"><input class="inputclass data-v-f39dd5d0" placeholder="请输入手机号" maxlength="11" type="number" value="{{phone}}" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" bindinput="__e"/></view><block wx:if="{{smsver==0}}"><view class="dis-flex inputbox data-v-f39dd5d0" style="margin-top:40rpx;"><input class="inputclass data-v-f39dd5d0" placeholder="请输入验证码" maxlength="11" type="number" value="{{smsCode}}" data-event-opts="{{[['input',[['__set_model',['','smsCode','$event',[]]]]]]}}" bindinput="__e"/><block wx:if="{{min>0}}"><view class="f-28 col-f4 data-v-f39dd5d0">{{'请等待'+min+'s'}}</view></block><block wx:else><view data-event-opts="{{[['tap',[['PIN']]]]}}" class="f-28 col-f4 data-v-f39dd5d0" bindtap="__e">发送验证码</view></block></view></block><view data-event-opts="{{[['tap',[['changeMobile',['$event']]]]]}}" class="bindingBtn data-v-f39dd5d0" bindtap="__e">绑 定</view></view></view>
|