chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
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
{yun:}include file="$wapstyle/member/cheader.htm"{/yun}
 
<section class="wap_member_box">
 
        <ul class="security">
            <li><span class="security_anme">原密码</span>
                
                    <div class="security_text">  <input type="password" id="password" class="security_text_t" placeholder="输入原密码">    </div>
            
            </li>
            <li><span class="security_anme">新密码</span>
                
 
                    <div class="security_text"> <input type="password" class="security_text_t" id="passwordnew" placeholder="输入新密码">    </div>
                 {yun:}if $config.reg_pw_sp=='1' || $config.reg_pw_num=='1' || $config.reg_pw_zm=='1'{/yun}
            <div class="security_textts">提示:密码必须包含
            {yun:}if $config.reg_pw_num=='1'{/yun}数字{yun:}/if{/yun}
            {yun:}if $config.reg_pw_zm=='1'{/yun}字母{yun:}/if{/yun}
            {yun:}if $config.reg_pw_sp=='1'{/yun}其它字符@!#.$-_{yun:}/if{/yun}
            </div>
            {yun:}/if{/yun}
            </li>
            
            <li><span class="security_anme">确认密码</span>
            
 
                    <div class="security_text">  <input type="password" class="security_text_t" id="passwordconfirm" placeholder="确认新密码">    
                </div>
            </li>
        </ul>
       
            
        <div class="security_bth">
            <button class="security_bth_but" type="button" onclick="savepwd();">提交</button>&nbsp;&nbsp;
        </div>
    </div>
</body>
</html>