Authored by 陈轩

倒计时 文案修改

... ... @@ -76,7 +76,7 @@ var page = {
self.timerId = null;
$resendBtn.prop('disable', false);
} else {
txt = second + 's';
txt = '重新发送(' + second + '秒)';
}
$resendBtn.text(txt);
... ...