电速宝
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

index.wxml 1.9KB

123456789101112131415161718192021222324252627282930313233
  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.bjdexn.cn/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.bjdexn.cn/myminio/project/0458af22ef764cc386d77a76ee665917.png" mode=""/>
  16. <input class="weui-input" value="{{account}}" placeholder="请输入手机号" bindinput="bindKeyInput1"/></view>
  17. </view>
  18. </view>
  19. <view class="loginbotton">
  20. <!-- <button wx:if="{{!Loginswitch}}" class="button_button" open-type="getPhoneNumber" bindgetphonenumber="onGetPhoneNumber">手机号一键登录</button> -->
  21. <!-- <button wx:if="{{!Loginswitch}}" bindphoneoneclicklogin="onHandleLogin" open-type="phoneOneClickLogin">一键登录按钮</button> -->
  22. <button wx:if="{{checked}}" class="button_button" color="#00BA6E" open-type="getPhoneNumber" bindgetphonenumber="onGetPhoneNumber">手机号一键登录</button>
  23. <button wx:if="{{!checked}}" class="button_button" color="#00BA6E" bind:tap="promptcheck">手机号一键登录</button>
  24. <view class="agreement">
  25. <t-radio t-class="t_box" value="{{checked}}" icon="dot" data-value="{{checked}}" bind:tap="checkboxChange"/>
  26. 我已阅读并同意晟运<text class="agreement_color" data-name="服务协议" bind:tap="onprivacy">《服务协议》</text>和<text class="agreement_color" data-name="隐私政策" bind:tap="onprivacy">《隐私政策》</text>
  27. </view>
  28. </view>
  29. </view>