| 1 |
- <view class="container"><view class="container_box"></view><view class="loginTitle"><text>请注册。</text></view><view class="login_text"><view class="login_input flex"><view class="login_name"><input class="uni-input" focus="{{true}}" placeholder="请输入用户名" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e"/></view></view><view class="login_input flex"><view class="login_name"><input class="uni-input" type="password" focus="{{true}}" placeholder="请输入密码" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></view></view><view class="login_input flex"><view class="login_name"><input class="uni-input" type="password" focus="{{true}}" placeholder="请重复输入密码" data-event-opts="{{[['input',[['__set_model',['','repassword','$event',[]]]]]]}}" value="{{repassword}}" bindinput="__e"/></view></view><view class="login_input flex"><view class="login_name flex"><input class="uni-input width" focus="{{true}}" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['','code','$event',[]]]]]]}}" value="{{code}}" bindinput="__e"/><view data-event-opts="{{[['tap',[['verification',['$event']]]]]}}" class="code" bindtap="__e">{{countDown==0?'获取验证码':countDown}}</view></view></view><view><button class="uni-button uni-button-red" type="green" data-event-opts="{{[['tap',[['register',['$event']]]]]}}" bindtap="__e">注册</button></view><view data-event-opts="{{[['tap',[['login',['$event']]]]]}}" class="forget" bindtap="__e">已有账号?立即登录。</view></view></view>
|