...
|
...
|
@@ -301,7 +301,6 @@ function actionConfirm() { |
|
|
|
|
|
|
|
|
function init() {
|
|
|
circleTime(); // 倒计时
|
|
|
$pwd = $('#pwd');
|
|
|
$pwdParent = $('.safelevel');
|
|
|
$pwdIntensity = $('.pwd-intensity');
|
...
|
...
|
@@ -312,6 +311,7 @@ function init() { |
|
|
actionConfirm();
|
|
|
|
|
|
$('#sendmessage').click();
|
|
|
circleTime(); // 倒计时
|
|
|
}
|
|
|
|
|
|
init(); |
...
|
...
|
|