| 1 |
- <view class="container"><view class="top"><view class="login">登录</view></view><view class="center"><view class="login_input"><image class="img" src="https://zhxc2030.com/img/img08.png"></image><input class="input" focus="{{true}}" placeholder="请输入手机号" data-event-opts="{{[['input',[['__set_model',['','username','$event',[]]]]]]}}" value="{{username}}" bindinput="__e"/></view><view class="login_input"><image class="img" src="https://zhxc2030.com/img/img67.png"></image><input class="input" type="password" placeholder="请输入密码" data-event-opts="{{[['input',[['__set_model',['','passward','$event',[]]]]]]}}" value="{{passward}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['toLogin',['$event']]]]]}}" class="login_buttom" bindtap="__e">登录</view><view data-event-opts="{{[['tap',[['register',['$event']]]]]}}" class="register_buttom" bindtap="__e">注册账号</view></view></view>
|