| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <view class="bg">
- <view class="bind">
- <image class="bind-logo" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/bindlogo.jpg"></image>
- <view class="phone-block">
- <input type="number" maxlength="11" class="phone" placeholder="请输入待绑定的手机号码" placeholder-class="text-placeholder" bindinput="bindPhone" />
- <image class="phone-logo" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/bindphone.png"></image>
- </view>
- <view class="yzm-block">
- <view class="yzm-textBlock">
- <input type="number" maxlength="11" class="yzm" placeholder="请输入短信验证码" placeholder-class="text-placeholder" bindinput="bindYzm" />
- <image class="yzm-logo" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/bindpsd.png"></image>
- </view>
- <form wx:if="{{ countdown <= 0 }}" bindsubmit="getYzm" report-submit="{{true}}" class="getyzm">
- <button formType="submit" class="getyzm-btn">
- 获取验证码
- </button>
- </form>
- <!-- <view class="getyzm" bindtap="getYzm">获取验证码</view> -->
- <view class="nogetyzm" wx:if="{{ countdown > 0 }}" >重新发送({{countdown}})</view>
- <view class="clean"></view>
- </view>
- <form bindsubmit="setBind" report-submit="{{true}}" class="bind-btn">
- <button formType="submit" class="bind-button">
- 绑定
- </button>
- </form>
- <!-- <view class="bind-btn" bindtap="setBind">绑定</view> -->
- <view class="bind-border">
- <view class="bind-huo">或</view>
- </view>
- <!--<view class="bind-d5c" bindtap="otherbind"><text style="color: #d29e5b">第五创账号</text>一键绑定</view>-->
- <button class="bind-d5c" open-type="getPhoneNumber" bindgetphonenumber="getTel">使用<text style="color: #24aa39">微信</text>绑定手机号</button>
- <!-- <view bindtap="otherbind">
- <image class="d5c-logo" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/rabbit_one_click_bind_d5c_phone.png" />
- <view class="one-bind">一键绑定第五创账号</view>
- </view> -->
- </view>
- <view class="success"></view>
- </view>
|