app_evaluating/unpackage/dist/dev/.tmp/app-plus/pages/login/index.wxml
2020-01-09 16:29:09 +08:00

1 line
1010 B
Plaintext

<view class="content" style="{{'height:'+(windowHeight+'px')+';'}}"><view class="app-title"><text>{{appTitle}}</text></view><image class="cont" src="../../static/background.png" mode="aspectFill"></image><form data-event-opts="{{[['submit',[['formSubmit',['$event']]]],['reset',[['formReset',['$event']]]]]}}" bindsubmit="__e" bindreset="__e"><view class="uni-form-item"><view class="title">用户名</view><input class="uni-input" placeholder="请输入用户名" data-event-opts="{{[['input',[['__set_model',['','username','$event',[]]]]]]}}" value="{{username}}" bindinput="__e"/></view><view class="uni-form-item"><view class="title">密码</view><input class="uni-input" password placeholder="请输入密码" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></view><view class="uni-form-item"><button class="login" type="primary" data-event-opts="{{[['tap',[['login',['$event']]]]]}}" bindtap="__e">登录</button></view></form></view>