forgetmima.wxml
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<view wx:if="{{first}}">
<view class="yanzheng">
<view class="yanzhengleft">
<view class="pho">+86</view>
<view class="rowimg">
<image src="{{url}}/aicon_53x.png"></image>
</view>
</view>
<view class="yanzhengmiddle">
<input placeholder='请输入手机号' placeholder-class='enterphone' bindinput="enterphone" type="number" value="{{phone}}"/>
</view>
<view class="chaimg" bindtap="clearphone">
<image src="{{url}}/aicon_07x.png"></image>
</view>
</view>
<view class="safe">为了安全,我们会向您的手机发送验证码</view>
<view class="login" wx:if="{{forgetshow}}">下一步</view>
<view class="login nextlogin" bindtap="next" wx:else>下一步</view>
</view>
<view wx:if="{{second}}">
<view class="yanzheng ">
<view class="yanzhengmiddle">
<input placeholder='请输入验证码' placeholder-class='enterphone' value="{{yanzhengcode}}" bindinput="shuruyanzheng"/>
</view>
<view class="fasong" wx:if="{{disabled==true}}">{{time}}</view>
<view class="fasong" wx:else bindtap="chongxin">重新发送</view>
</view>
<view class="yanzheng mima">
<view class="yanzhengmiddle yanzhengma">
<input placeholder='设置新密码' placeholder-class='enterphone' bindinput="setnewmima" type="password" value="{{newpassword}}" wx:if="{{newmima}}"/>
<input placeholder='设置新密码' placeholder-class='enterphone' bindinput="setnewmima" type="text" value="{{newpassword}}" wx:else/>
</view>
<view class="mimaimg">
<view class="eyeimg" bindtap="showmima">
<image src="{{url}}/bicon_13x.png"></image>
</view>
</view>
</view>
<view class="entermimacode">需要有6-20位数字、字母或符号组成</view>
<view class="login" wx:if="{{dengshow==false}}">登录</view>
<view class="login newlogin" wx:else bindtap="denglu">登录</view>
</view>