login.wxml 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <!--pages/login/login.wxml-->
  2. <view>
  3. <image class='login_background' src='/images/login_background.png'></image>
  4. <view class='login'>
  5. <view class='login_logo'>
  6. <image src='/images/login_logo.png'></image>
  7. <view></view>
  8. <text decode="nbsp"> &nbsp;为教销一体服务的 \n 个人销售管理系统</text>
  9. </view>
  10. <view class='input'>
  11. <!-- <view class='input_1'>
  12. <image src='/images/login_tou.png'></image>
  13. <input type='text' placeholder='请输入姓名' bindinput='nameInput'></input>
  14. </view> -->
  15. <view class='input_1'>
  16. <image src='/images/account.png'></image>
  17. <input type='number' placeholder='请输入手机号' bindinput='telInput'></input>
  18. </view>
  19. <view class='input_1'>
  20. <image src='/images/password.png'></image>
  21. <input type='password' placeholder='请输入密码' bindinput='passWordInput'></input>
  22. </view>
  23. <button bindtap='intoButton'>登录系统</button>
  24. </view>
  25. </view>
  26. </view>