修改倒计时判断内容

This commit is contained in:
Dragon
2024-03-26 17:21:31 +08:00
parent c788cc4f9c
commit c9179fe6c7

View File

@@ -106,8 +106,8 @@ function getTime () {
if (res.data) {
countupTime = res.data - res.timestamp;
countup();
getTaskUser();
}
getTaskUser();
} else {
toastMsg(res.message)
}