You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.7 KiB

  1. <view class="logoin_wrap">
  2. <view class='logo'>
  3. <image src='{{logo}}' mode="widthFix"></image>
  4. </view>
  5. <form bindsubmit='getLoginInfo'>
  6. <view class='login'>
  7. <view>
  8. <input type='number' name='phone' value='{{phone}}' placeholder='请输入手机号' placeholder-style='color:#BFBFBF;' maxlength='11' class='inp' bindinput="phoneInput" />
  9. </view>
  10. <view>
  11. <input type='{{password}}' focus='{{focus}}' class='inp' placeholder='请输入密码' placeholder-style='color:#BFBFBF;' name='pwd' value='{{pwd}}' bindinput="pwdInput" />
  12. <image class='showpassword' bindtap='showpassword' src='../../static/images/password.png' mode='widthFix'></image>
  13. </view>
  14. </view>
  15. <navigator url='../index/index' open-type='navigate' hover-class='none'></navigator>
  16. <button form-type='submit' class='button' hover-class='active'>登录管理门店</button>
  17. <view class='forget clearfix'>
  18. <text class='fr' bindtap='forgetPwd'>忘记密码</text>
  19. <text class='fr' bindtap='reStore' style="margin-right: 35rpx;">重新授权</text>
  20. </view>
  21. <view>
  22. <button class="phone" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">
  23. <image class='adminlogo' src='../../static/images/admin.png' mode='widthFix'></image>
  24. 商管操作台
  25. </button>
  26. <!-- <button class="phone" wx:if="{{!ifAlBoss}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"><image class='adminlogo' src='../../static/images/admin.png' mode='widthFix'></image>商管操作台</button> -->
  27. <!-- <button class="phone" wx:if="{{ifAlBoss}}" bindtap="getPhoneNumber"><image class='adminlogo' src='../../static/images/admin.png' mode='widthFix'></image>商管操作台</button> -->
  28. </view>
  29. </form>
  30. <view class="outSide" wx:if="{{showPrivacy}}" bindtap="clickPrivacy">
  31. <view class="showPrivacy">
  32. <view class="title">隐私协议更新</view>
  33. <view class="content">
  34. 感谢您一直以来对我们的信任和支持。为了更好地保护您的个人信息安全我们已经更新了隐私协议。如您继续使用我们的服务即表示同意并接受更新后的隐私协议。如您有任何疑问或意见,欢迎您联系我们的客户服务团队。
  35. </view>
  36. <button class="agree" type="primary" open-type="agreePrivacyAuthorization" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">同意</button>
  37. <button class="check" bindtap="handleOpenPrivacyContract">查看《隐私保护指引》</button>
  38. <image bindtap="closePrivacy" class="delete" src="../../static/images/delete.png" mode="" />
  39. </view>
  40. </view>
  41. <view class='defaultLogo'>
  42. <text>POWERED BY IFORMALL @Version B.10.9.14
  43. </text>
  44. </view>
  45. </view>