2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 03:20:52 +08:00
This commit is contained in:
leiyilu 2022-06-30 10:06:51 +08:00
parent b8d2f717cc
commit 6abf7c061f

View File

@ -124,7 +124,7 @@ export async function Note(e, {
// console.log(data.expeditions) // console.log(data.expeditions)
for (let val of data.expeditions) { for (let val of data.expeditions) {
if (val.remained_time <= 0) { if (val.remained_time <= 0) {
val.percentage = 100; val.percentage = 0;
} }
if (val.remained_time > 0) { if (val.remained_time > 0) {
// console.log(val.remained_time) // console.log(val.remained_time)