mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update dwnc.js
This commit is contained in:
2
dwnc.js
2
dwnc.js
@@ -732,7 +732,7 @@ class UserInfo {
|
||||
//console.log(result);
|
||||
if (result.code == 200) {
|
||||
this.ckStatus = true
|
||||
DoubleLog(`账号[${this.index}] [${result.data.treeId}] 成熟进度[${result.data.userWateringDroplet}/${result.data.currentLeveNeedWateringDroplet}g]`);
|
||||
DoubleLog(`账号[${this.index}] [${result.data.treeId}] 成熟进度[${result.data.userWateringDroplet}/${result.data.currentLevelNeedWateringDroplet}g]`);
|
||||
} else {
|
||||
DoubleLog(`账号[${this.index}] 农场信息查询失败:原因未知`);
|
||||
console.log(result);
|
||||
|
||||
Reference in New Issue
Block a user