| 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',['','username','$event',[]]]]]]}}" value="{{username}}" 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',['','passward','$event',[]]]]]]}}" value="{{passward}}" bindinput="__e"/></view></view><view><button class="uni-button uni-button-green" type="green" data-event-opts="{{[['tap',[['toLogin',['$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',[['register',['$event']]]]]}}" bindtap="__e">注册</button></view><navigator url="./forget"><view class="forget">忘记密码</view></navigator><view class="flex other"><view class="fenge"></view><view class="qita">其他方式登录</view><view class="fenge"></view></view><view data-event-opts="{{[['tap',[['wecahtLogin',['$event']]]]]}}" class="weixin" bindtap="__e"><image src="/static/img/img05.png"></image></view><view data-event-opts="{{[['tap',[['wecahtLogin',['$event']]]]]}}" class="weixin_text" bindtap="__e">微信登录</view></view></view>
|