This commit is contained in:
lxk0301
2021-04-23 17:50:25 +08:00
parent ea82840f68
commit ccab032559
5 changed files with 9 additions and 7 deletions

View File

@ -97,7 +97,7 @@ function userSignIn() {
} else if (data.code === -1) {
console.log(`今日已签到`)
message += `【签到】失败,今日已签到`;
// message += `【签到】失败,今日已签到`;
} else {
console.log(`异常:${JSON.stringify(data)}`)
}