|
@@ -1,21 +1,30 @@
|
|
|
<view>
|
|
|
- <image src="/images/bg_main_new.jpg" style="width: 100%; height: 400rpx;"> </image>
|
|
|
+ <image src="/images/bg_main_new2.jpg" style="width: 100%; height: 380rpx;"> </image>
|
|
|
<view class="home">
|
|
|
- 民政信息采集系统
|
|
|
+ 账号:123123123123(六一村)
|
|
|
+ </view>
|
|
|
+ <view class="home">
|
|
|
+ 姓名:sun阔生 手机: 1515151515
|
|
|
</view>
|
|
|
<form bindsubmit="formSubmit">
|
|
|
<view class="box">
|
|
|
- <view class="name">
|
|
|
- <image src="/images/user.png" style="width: 40rpx; height: 40rpx;"> </image>
|
|
|
- <input name='name' class="weui-input" placeholder="请输入账号" />
|
|
|
- </view>
|
|
|
- <view class="name" style=" margin-top: 50rpx;">
|
|
|
+ <view class="name" style=" margin-top: 20rpx;">
|
|
|
<image src="/images/pwd.png" style="width: 40rpx; height: 40rpx;"> </image>
|
|
|
- <input name='pwd' class="weui-input" password='{{passwordType1}}' placeholder="请输入密码" />
|
|
|
+ <input name='pwd' class="weui-input" password='{{passwordType1}}' placeholder="请输入原密码" />
|
|
|
<image src='{{defaultType1? "/images/eye_close.png": "/images/eye_open.png"}}' class='eye-image' bindtap='eyeStatus1'></image>
|
|
|
</view>
|
|
|
+ <view class="name" style=" margin-top: 20rpx;">
|
|
|
+ <image src="/images/pwd.png" style="width: 40rpx; height: 40rpx;"> </image>
|
|
|
+ <input name='pwd' class="weui-input" password='{{passwordType2}}' placeholder="请输入新密码" />
|
|
|
+ <image src='{{defaultType2? "/images/eye_close.png": "/images/eye_open.png"}}' class='eye-image' bindtap='eyeStatus2'></image>
|
|
|
+ </view>
|
|
|
+ <view class="name" style=" margin-top: 20rpx;">
|
|
|
+ <image src="/images/pwd.png" style="width: 40rpx; height: 40rpx;"> </image>
|
|
|
+ <input name='pwd' class="weui-input" password='{{passwordType3}}' placeholder="请再次输入新密码" />
|
|
|
+ <image src='{{defaultType3? "/images/eye_close.png": "/images/eye_open.png"}}' class='eye-image' bindtap='eyeStatus3'></image>
|
|
|
+ </view>
|
|
|
<view class="register">
|
|
|
- <button formType="submit">登录并绑定微信号</button>
|
|
|
+ <button formType="submit">修改密码</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</form>
|