login.wxml 1.4 KB

12345678910111213141516171819202122
  1. <!--login.wxml-->
  2. <view class="login-page" wx:if="{{isShowLogin}}">
  3. <image src="/assets/img/login_logo.png" mode="aspectFit" class="head-img"/>
  4. <input class="{{nameFocus?'input-active':''}}" placeholder="用户名" maxlength="20" value="{{name}}" bindfocus="nameBindfocus" bindinput="inputName"></input>
  5. <input class="{{passwordFocus?'input-active':''}}" placeholder="密码" password="true" maxlength="20" value="{{password}}" bindfocus="passwordBindfocus" bindinput="inputPassword"></input>
  6. <view class="login" bindtap="login" hover-class="hover" hover-start-time="0" hover-stay-time="100">登录</view>
  7. <view class="weui-btn-area" wx:if="{{registerEnable}}">
  8. <text class="register-btn" bindtap="toRegister">注册</text>
  9. </view>
  10. <!-- <view class="experience-area">
  11. <text >各位亲爱的小伙伴,获取试用的登陆账号和密码,请先关注官方微信公众号,即可推送。点击下图后,长按即可扫码关注!</text>
  12. <image class="mpwx-img" src="https://www.o2oa.net/imagex/experience/zoneland_mpweixin.jpg" bindtap="openMPWxImage" bindlongpress="openMPWxImage"/>
  13. </view> -->
  14. <!-- <view class="experience-area" bindtap="getDemoAccounts">
  15. <text style="margin: 20rpx;">点击获取体验账号</text>
  16. </view> -->
  17. </view>
  18. <!-- <view class="zixun" ><contact-button type="default-dark" size="100" class="kf"></contact-button></view>
  19. <view class="zixun_text">联系我们</view> -->