You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< div id = "add_password_box" > < div style = "max-width:640px;width:100%;margin:0 auto;" > < header class = "header header-btn" > < a class = "xg-back" id = "jsaddpassword" href = "javascript:;" > < / a > < h1 class = "xg-title" > 二级密码< / h1 > < button type = "button" id = "jsaddpasswordbtn" class = "xg-btn xg-btn-pill xg-btn-primary fr" > 保存< / button > < / header > < div style = "line-height:1.1rem;" > < / div > < main class = "xg-main2 wrapper" style = "position:relative;max-width:640px;margin:0 auto;" > < div class = "xg-container2" > < form action = "javascript:;" class = "xg-form" onsubmit = "return false;" > < textarea class = "xg-textarea" id = "second_password" placeholder = "若有二级密码必须填写。填写规范: 仓库密码123456, 该密码仅审核人员及最终买家可见。" > < / textarea > < / form > < / div > < / main > < div class = "popmsg2 pop-dialog" > < / div > < script > $ ( function ( ) { var popmsg2 = $ ( '.popmsg2' ) . pop ( ) ; var t = $ ( '#comfirm_sell input[name="second_password"]' ) . val ( ) ; if ( t ) $ ( '#second_password' ) . val ( t ) ; $ ( '#jsaddpassword' ) . click ( function ( ) { var p = $ ( '.popwin' ) . fadeOut ( 200 ) ; setTimeout ( function ( ) { p . find ( '#add_password_box' ) . remove ( ) ; } , 210 ) ; return false ; } ) ; $ ( '#jsaddpasswordbtn' ) . click ( function ( ) { var val = $ . trim ( $ ( '#second_password' ) . val ( ) ) ; $ ( '#jssell_spwd' ) . find ( '.gray_txt' ) . addClass ( 'xh_selected' ) . text ( val ) ; $ ( '#comfirm_sell input[name="second_password"]' ) . val ( val ) ; $ ( '#jsaddpassword' ) . click ( ) ; return false ; } ) ; } ) ; < / script > < / div > < / div >