修改倒计时判断内容

This commit is contained in:
Dragon
2024-03-26 17:21:31 +08:00
parent 303c1a8d9c
commit e43bb067f4

View File

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