Authored by 刘传洋

m

@@ -301,7 +301,6 @@ function actionConfirm() { @@ -301,7 +301,6 @@ function actionConfirm() {
301 301
302 302
303 function init() { 303 function init() {
304 - circleTime(); // 倒计时  
305 $pwd = $('#pwd'); 304 $pwd = $('#pwd');
306 $pwdParent = $('.safelevel'); 305 $pwdParent = $('.safelevel');
307 $pwdIntensity = $('.pwd-intensity'); 306 $pwdIntensity = $('.pwd-intensity');
@@ -312,6 +311,7 @@ function init() { @@ -312,6 +311,7 @@ function init() {
312 actionConfirm(); 311 actionConfirm();
313 312
314 $('#sendmessage').click(); 313 $('#sendmessage').click();
  314 + circleTime(); // 倒计时
315 } 315 }
316 316
317 init(); 317 init();