mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
1 line
1014 B
Plaintext
1 line
1014 B
Plaintext
<view><view class="login-nav flex justify-center align-center"><text>请登录</text></view><scroll-view scroll-y="{{true}}"><view class="flex justify-center logo"><view class="cu-avatar xl round lage-avatar logo-lage" style="{{('background-image:url('+logoUrl+');')}}"></view></view><view class="margin-top"><view class="cu-form-group margin-top"><view class="title">用户名</view><input placeholder="请输入用户名" name="input" data-event-opts="{{[['input',[['__set_model',['','username','$event',[]]]]]]}}" value="{{username}}" bindinput="__e"/></view><view class="cu-form-group"><view class="title">密码</view><input placeholder="请输入密码" type="password" name="input" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></view></view><view class="padding flex flex-direction"><button data-event-opts="{{[['tap',[['doLogin']]]]}}" class="cu-btn bg-blue margin-tb-sm lg" bindtap="__e">登录</button></view></scroll-view></view> |