parent
c99b2810e8
commit
3f6c568575
@ -1,17 +1,9 @@
|
||||
<!--pages/mine/pages/bindUser.wxml-->
|
||||
<view style="height:{{statusBarHeight}}px;width: 100%;"></view>
|
||||
<view class="navigation nav-top" style="background: #006BFF;">
|
||||
<view class="bs-top-title" style="height: {{navBarHeight}}px;width: 100%;">
|
||||
<van-icon class="bs-top-title-ic" name="arrow-left" bindtap="handlerBack" />
|
||||
<text>硕为思汽车智能洞察</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bind_box" >
|
||||
<van-nav-bar custom-class="nav-top" title="账号绑定" left-text="返回" right-text="" left-arrow bind:click-left="handlerBack" />
|
||||
<view class="bind_box">
|
||||
<view style="font-size:28rpx;font-weight:bolder;margin-left: 32rpx">硕为思账号</view>
|
||||
<input value="{{userName}}" placeholder="请输入账号" placeholder-class="placeholder-style" bindinput="usernameInput" ></input>
|
||||
<view style="font-size:28rpx;font-weight:bolder;margin-top: 32rpx;margin-left: 32rpx"
|
||||
>密码</view>
|
||||
<input value="{{pwd}}" placeholder="请输入密码" placeholder-class="placeholder-style" type="password" bindinput="passwordInput"></input>
|
||||
<button bindtap="login"
|
||||
class="bts" bindtap="login">立即绑定</button>
|
||||
</view>
|
||||
<input value="{{userName}}" placeholder="请输入账号" placeholder-class="placeholder-style" bindinput="usernameInput"></input>
|
||||
<view style="font-size:28rpx;font-weight:bolder;margin-top: 32rpx;margin-left: 32rpx">密码</view>
|
||||
<input value="{{pwd}}" placeholder="请输入密码" placeholder-class="placeholder-style" type="password" bindinput="passwordInput"></input>
|
||||
<button bindtap="login" class="bts" bindtap="login">立即绑定</button>
|
||||
</view>
|
Loading…
Reference in new issue