2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 03:20:52 +08:00

修正体力推送异常问题

This commit is contained in:
Ctrlcvs 2022-11-11 22:05:58 +08:00
parent df9e89d431
commit b16cf5d2f3
2 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@ export default class note {
if (mb == 0 && objFile.includes(".")) {
imgs = objFile
}
return await Common.render(`dailyNote/${path_url[mb]}`, {
await Common.render(`dailyNote/${path_url[mb]}`, {
save_id: uid,
uid: uid,
coinTime_mb2Day,

View File

@ -171,6 +171,7 @@ export default class user {
if (this.allSign) {
this.allSign[forum.name].error++;
}
message += `${item.nickname}-${item.game_uid}:验证码失败~\n`
}
} else {
if (this.allSign) {
@ -179,7 +180,6 @@ export default class user {
item.total_sign_day++;
message +=
`${item.nickname}-${item.game_uid}${res.message=="OK"?"签到成功":res.message}\n`
break;
}
}
// }