|
@@ -36,7 +36,7 @@
|
|
<input placeholder='请输入车牌号' maxlength='8' bindinput='inputCarNum' type='text' placeholder-class='placeholder'></input>
|
|
<input placeholder='请输入车牌号' maxlength='8' bindinput='inputCarNum' type='text' placeholder-class='placeholder'></input>
|
|
</view> -->
|
|
</view> -->
|
|
<!-- 内容永远为空;防止iOS自动填充密码 -->
|
|
<!-- 内容永远为空;防止iOS自动填充密码 -->
|
|
- <view style="width: 0.1rpx;height: 0.1rpx;">
|
|
|
|
|
|
+ <!-- <view style="width: 0.1rpx;height: 0.1rpx;">
|
|
<input style="width: 1px;height: 1px;" disabled="true" value="" type='password'></input>
|
|
<input style="width: 1px;height: 1px;" disabled="true" value="" type='password'></input>
|
|
</view>
|
|
</view>
|
|
<view class='input_view' style="margin-top: 5rpx;">
|
|
<view class='input_view' style="margin-top: 5rpx;">
|
|
@@ -46,7 +46,7 @@
|
|
<view class='input_view'>
|
|
<view class='input_view'>
|
|
<image class='password_img' src='/images/password.png'></image><div class="line"></div>
|
|
<image class='password_img' src='/images/password.png'></image><div class="line"></div>
|
|
<input placeholder='请确认密码' maxlength='20' bindinput='inputRepassword' type='password' placeholder-class='placeholder'></input>
|
|
<input placeholder='请确认密码' maxlength='20' bindinput='inputRepassword' type='password' placeholder-class='placeholder'></input>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
</view>
|
|
</view>
|
|
<view class="errorMsg"><text wx:if="{{showMsg}}">{{errorMsg}}</text></view>
|
|
<view class="errorMsg"><text wx:if="{{showMsg}}">{{errorMsg}}</text></view>
|
|
<!--<button class='{{checkPass?"login_button":"login_button_disable"}}' bindtap="{{checkPass?'getUserProfile':''}}">-->
|
|
<!--<button class='{{checkPass?"login_button":"login_button_disable"}}' bindtap="{{checkPass?'getUserProfile':''}}">-->
|