| 123456789101112131415161718192021222324252627282930313233 |
- <!-- pages/user/index.wxml -->
- <view class="setup">
- <view class="navigation-container" style="{{'height: ' + navStatusBarHeight +'px'}}">
- <view style="{{'height: ' + statusBarHeight +'px'}}"></view>
- <view class="navigation-bar" style="{{'height:' + navBarHeight +'px'}}">
- <view class="title">电速宝</view>
- </view>
- </view>
- <!-- <view style="width: 100%; {{'height: ' + navStatusBarHeight +'px'}}"></view> -->
-
- <view><image class="log_image" src="https://esos-iot.bjdexn.cn/myminio/project/fd2b0ab2aadb44bbafd940156bf0cdd7.png" mode="widthFix"/></view>
- <view class="account_number">
- <view>
- <view class="account">手机号</view>
- <view class="password">
- <image class="login_imgae1" src="https://esos-iot.bjdexn.cn/myminio/project/0458af22ef764cc386d77a76ee665917.png" mode=""/>
- <input class="weui-input" value="{{account}}" placeholder="请输入手机号" bindinput="bindKeyInput1"/></view>
- </view>
-
- </view>
- <view class="loginbotton">
- <!-- <button wx:if="{{!Loginswitch}}" class="button_button" open-type="getPhoneNumber" bindgetphonenumber="onGetPhoneNumber">手机号一键登录</button> -->
-
- <!-- <button wx:if="{{!Loginswitch}}" bindphoneoneclicklogin="onHandleLogin" open-type="phoneOneClickLogin">一键登录按钮</button> -->
- <button wx:if="{{checked}}" class="button_button" color="#00BA6E" open-type="getPhoneNumber" bindgetphonenumber="onGetPhoneNumber">手机号一键登录</button>
- <button wx:if="{{!checked}}" class="button_button" color="#00BA6E" bind:tap="promptcheck">手机号一键登录</button>
- <view class="agreement">
- <t-radio t-class="t_box" value="{{checked}}" icon="dot" data-value="{{checked}}" bind:tap="checkboxChange"/>
- 我已阅读并同意晟运<text class="agreement_color" data-name="服务协议" bind:tap="onprivacy">《服务协议》</text>和<text class="agreement_color" data-name="隐私政策" bind:tap="onprivacy">《隐私政策》</text>
- </view>
- </view>
-
- </view>
|