register.wxml 3.2 KB

1
  1. <view class="register"><view class="welcome">欢迎您来到<view class="_br"></view>香花畦商城</view><view class="input-container"><view class="input-item flex"><view class="input-label flex normal">手机号</view><u-input bind:input="__e" class="input" vue-id="9a676040-1" placeholder="请输入手机号码" value="{{mobile}}" data-event-opts="{{[['^input',[['__set_model',['','mobile','$event',[]]]]]]}}" bind:__l="__l"></u-input></view><block wx:if="{{appConfig.register_setting}}"><view class="input-item flex"><view class="input-label flex normal">短信验证码</view><u-input bind:input="__e" style="width:300rpx;" vue-id="9a676040-2" placeholder="请输入验证码" value="{{smsCode}}" data-event-opts="{{[['^input',[['__set_model',['','smsCode','$event',[]]]]]]}}" bind:__l="__l"></u-input><button class="bd-primary xs primary br60 flex row-center" hover-class="none" data-event-opts="{{[['tap',[['sendSmsFun',['$event']]]]]}}" bindtap="__e"><u-verification-code class="vue-ref" vue-id="9a676040-3" unique-key="register" data-ref="uCode" data-event-opts="{{[['^change',[['codeChange']]]]}}" bind:change="__e" bind:__l="__l"></u-verification-code><view class="xs">{{codeTips}}</view></button></view></block><view class="input-item flex"><view class="input-label flex normal">设置密码</view><u-input bind:input="__e" vue-id="9a676040-4" type="password" placeholder="6-20位数字+字母或符号组合" value="{{password}}" data-event-opts="{{[['^input',[['__set_model',['','password','$event',[]]]]]]}}" bind:__l="__l"></u-input></view><view class="input-item flex"><view class="input-label flex normal">确认密码</view><u-input bind:input="__e" vue-id="9a676040-5" type="password" placeholder="6-20位数字+字母或符号组合" value="{{passwordConfirm}}" data-event-opts="{{[['^input',[['__set_model',['','passwordConfirm','$event',[]]]]]]}}" bind:__l="__l"></u-input></view><view class="input-item flex"><view class="input-label flex normal">邀请码</view><u-input bind:input="__e" vue-id="9a676040-6" type="text" placeholder="请输入邀请码" value="{{invitecode}}" data-event-opts="{{[['^input',[['__set_model',['','invitecode','$event',[]]]]]]}}" bind:__l="__l"></u-input></view></view><view data-event-opts="{{[['tap',[['registerFun',['$event']]]]]}}" class="btn white bg-primary br60 flex row-center" bindtap="__e">立即注册</view><view data-event-opts="{{[['tap',[['app_download',['$event']]]]]}}" class="btn btn-primary br60 flex row-center" bindtap="__e">下载APP</view><view class="m-t-40 sm flex row-center"><u-checkbox bind:input="__e" vue-id="9a676040-7" shape="circle" value="{{isAgreement}}" data-event-opts="{{[['^input',[['__set_model',['','isAgreement','$event',[]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="flex _div">已阅读并同意<router-link vue-id="{{('9a676040-8')+','+('9a676040-7')}}" to="/bundle/pages/server_explan/server_explan?type=0" bind:__l="__l" vue-slots="{{['default']}}"><view class="primary">《服务协议》</view></router-link>和<router-link vue-id="{{('9a676040-9')+','+('9a676040-7')}}" to="/bundle/pages/server_explan/server_explan?type=1" bind:__l="__l" vue-slots="{{['default']}}"><view class="primary">《隐私协议》</view></router-link></view></u-checkbox></view></view>