mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 05:20:43 +08:00
Update dwnc.js
This commit is contained in:
parent
016b030b18
commit
266d1b0972
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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user