更新于 08-06 11:01

This commit is contained in:
root
2021-08-06 11:01:17 -04:00
parent cfb981e2f2
commit f0737cab87
27 changed files with 7153 additions and 5842 deletions

View File

@@ -113,9 +113,9 @@ async function jdPlantBean() {
await plantShareSupportList();
} else {
console.log(`种豆得豆-初始失败: ${JSON.stringify($.plantBeanIndexResult)}`);
console.log(`等待10秒后重试`);
await $.wait(10000);
await jdPlantBean();
// console.log(`等待10秒后重试`);
// await $.wait(10000);
// await jdPlantBean();
}
} catch (e) {
$.logErr(e);