login.vue.wxml 1.1 KB
<template name="531072ee"><view class="_view 531072ee"><view class="_div 531072ee" style=" {{('height:' + (navheight + 'px') + ';' + 'background:' + '#008fff' + ';')}}"></view><view class="_view 531072ee loginBg"><view class="_view 531072ee loginBox"><text class="_text 531072ee loginTitle">智慧商业客流6.0</text><view class="_view 531072ee inputBox userBox"><image src="../../static/login/user.png" mode class="_image 531072ee"></image><input class="_input 531072ee uni-input userInput" focus placeholder="请输入用户名" value="{{username}}" bindinput="handleProxy" data-eventid="{{'531072ee-0'}}" data-comkey="{{$k}}" /></view><view class="_view 531072ee inputBox pwdBox"><image src="../../static/login/pwd.png" mode class="_image 531072ee"></image><input class="_input 531072ee uni-input pwdInput" placeholder="请输入密码" password value="{{password}}" bindinput="handleProxy" data-eventid="{{'531072ee-1'}}" data-comkey="{{$k}}" /></view><button class="_button 531072ee loginBtn" bindtap="handleProxy" data-eventid="{{'531072ee-2'}}" data-comkey="{{$k}}">登录</button></view></view></view></template>