mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-23 03:20:52 +08:00
修正体力推送异常问题
This commit is contained in:
parent
df9e89d431
commit
b16cf5d2f3
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user