diff --git a/templates/user/auth/phone_verify.tmpl b/templates/user/auth/phone_verify.tmpl index 9f4d6429b..d774156d7 100644 --- a/templates/user/auth/phone_verify.tmpl +++ b/templates/user/auth/phone_verify.tmpl @@ -586,6 +586,7 @@ clearInterval(timer); self.canSendCode = true; self.countDownEnd = true; + self.refreshImages(); } }, 1000); }; diff --git a/templates/user/auth/signin_phone.tmpl b/templates/user/auth/signin_phone.tmpl index 6b10c81c0..9df97caf1 100644 --- a/templates/user/auth/signin_phone.tmpl +++ b/templates/user/auth/signin_phone.tmpl @@ -10,6 +10,9 @@ .ui.secondary.pointing.menu{ border-bottom:none;} {{template "base/alert" .}} +