商品超时未完成生产,增加通知提醒
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
京东京喜工厂
|
京东京喜工厂
|
||||||
更新时间:2021-5-30
|
更新时间:2021-6-5
|
||||||
修复做任务、收集电力出现火爆,不能完成任务,重新计算h5st验证
|
修复做任务、收集电力出现火爆,不能完成任务,重新计算h5st验证
|
||||||
参考自 :https://www.orzlee.com/web-development/2021/03/03/lxk0301-jingdong-signin-scriptjingxi-factory-solves-the-problem-of-unable-to-signin.html
|
参考自 :https://www.orzlee.com/web-development/2021/03/03/lxk0301-jingdong-signin-scriptjingxi-factory-solves-the-problem-of-unable-to-signin.html
|
||||||
活动入口:京东APP-游戏与互动-查看更多-京喜工厂
|
活动入口:京东APP-游戏与互动-查看更多-京喜工厂
|
||||||
@@ -616,6 +616,11 @@ function userInfo() {
|
|||||||
} else {
|
} else {
|
||||||
console.log(`\n\n预计最快还需 【${((production.needElectric - production.investedElectric) / (2 * 60 * 60 * 24)).toFixed(2)}天】生产完毕\n\n`)
|
console.log(`\n\n预计最快还需 【${((production.needElectric - production.investedElectric) / (2 * 60 * 60 * 24)).toFixed(2)}天】生产完毕\n\n`)
|
||||||
}
|
}
|
||||||
|
if (production.status === 3) {
|
||||||
|
$.log(`\n\n商品生产已失效`)
|
||||||
|
$.msg($.name, '', `【京东账号${$.index}】${$.nickName}\n【生产商品】${$.productName}超时未完成已失效,请选择新商品进行制造`)
|
||||||
|
allMessage += `【京东账号${$.index}】${$.nickName}\n【生产商品】${$.productName}超时未完成已失效,请选择新商品进行制造${$.index !== cookiesArr.length ? '\n\n' : ''}`;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
$.unActive = false;//标记是否开启了京喜活动或者选购了商品进行生产
|
$.unActive = false;//标记是否开启了京喜活动或者选购了商品进行生产
|
||||||
if (!data.factoryList) {
|
if (!data.factoryList) {
|
||||||
|
|||||||
Reference in New Issue
Block a user