电速宝
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.

index.wxml 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!-- pages/user/index.wxml -->
  2. <view class="setup">
  3. <view class="navigation-container" style="{{'height: ' + navStatusBarHeight +'px'}}">
  4. <view style="{{'height: ' + statusBarHeight +'px'}}"></view>
  5. <view class="navigation-bar" style="{{'height:' + navBarHeight +'px'}}">
  6. <view class="title">电速宝</view>
  7. </view>
  8. </view>
  9. <!-- <view style="width: 100%; {{'height: ' + navStatusBarHeight +'px'}}"></view> -->
  10. <view><image class="log_image" src="https://esos-iot.com/myminio/project/fd2b0ab2aadb44bbafd940156bf0cdd7.png" mode="widthFix"/></view>
  11. <view class="account_number">
  12. <view>
  13. <view class="account">登录账户</view>
  14. <view class="password">
  15. <image class="login_imgae1" src="https://esos-iot.com/myminio/project/0458af22ef764cc386d77a76ee665917.png" mode=""/>
  16. <input class="weui-input" value="{{account}}" placeholder="请输入登录账户" bindinput="bindKeyInput1"/></view>
  17. </view>
  18. </view>
  19. <view style="padding:0rpx 20rpx;">
  20. <view class="account">登录密码</view>
  21. <view class="password">
  22. <image class="login_imgae1" src="https://esos-iot.com/wx_images/password.png" mode=""/>
  23. <input class="weui-input" value="{{password}}" placeholder="请输入登录密码" bindinput="bindKeyInput2"/></view>
  24. </view>
  25. <view class="loginbotton">
  26. <!-- <button wx:if="{{!Loginswitch}}" class="button_button" open-type="getPhoneNumber" bindgetphonenumber="onGetPhoneNumber">手机号一键登录</button> -->
  27. <!-- <button wx:if="{{!Loginswitch}}" bindphoneoneclicklogin="onHandleLogin" open-type="phoneOneClickLogin">一键登录按钮</button> -->
  28. <button wx:if="{{checked}}" class="button_button" color="#00BA6E" open-type="getPhoneNumber" bindgetphonenumber="onGetPhoneNumber">登录</button>
  29. <button wx:if="{{!checked}}" disabled="{{!checked}}" class="button_button" color="#cccccc" bind:tap="promptcheck">登录</button>
  30. <view class="register">
  31. <!-- <view class="register_box" bind:tap="onregister">注册</view> -->
  32. </view>
  33. <view class="agreement">
  34. <t-radio t-class="t_box" value="{{checked}}" icon="dot" data-value="{{checked}}" bind:tap="checkboxChange"/>
  35. 我已阅读并同意晟运<text class="agreement_color" data-name="服务协议" bind:tap="onprivacy">《服务协议》</text>和<text class="agreement_color" data-name="隐私政策" bind:tap="onprivacy">《隐私政策》</text>
  36. </view>
  37. </view>
  38. </view>