| 1 |
- <view class="container"><view class="container_text"><image class="banner-img" src="/static/img/img01.png" mode="scaleToFill"></image></view><view class="loginTitle"><text>注册</text></view><view class="login_text"><view class="login_input flex"><view class="login_img"><image src="/static/icon/img03.png"></image></view><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_img"><image src="/static/icon/img04.png"></image></view><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_img"><image src="/static/icon/img04.png"></image></view><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" style="display:none;"><view class="login_img"><image src="/static/icon/img07.png"></image></view><view class="login_name"><input class="uni-input" type="text" focus="{{true}}" placeholder="请输入邀请码" data-event-opts="{{[['input',[['__set_model',['','invitation','$event',[]]]]]]}}" value="{{invitation}}" bindinput="__e"/></view></view><view><button class="uni-button uni-button-green" type="green" data-event-opts="{{[['tap',[['register',['$event']]]]]}}" bindtap="__e">注册账号</button></view><view><button class="uni-button uni-button-green uni-button-green-plain" type="green" plain="true" hover-class="none" data-event-opts="{{[['tap',[['login',['$event']]]]]}}" bindtap="__e">返回登录</button></view></view></view>
|