no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -212,7 +212,7 @@ function getList() { | ... | @@ -212,7 +212,7 @@ function getList() { |
| 212 | } | 212 | } |
| 213 | } | 213 | } |
| 214 | if (b.surplus && b.status == '0' && (b.surplus != '0,0' && b.surplus != '0')) { | 214 | if (b.surplus && b.status == '0' && (b.surplus != '0,0' && b.surplus != '0')) { |
| 215 | b.countdown = dayjs().add(b.surplus.split(',')[0], 'minute').add(b.surplus.split(',')[1], 'second') | 215 | b.countdown = dayjs().add(b.surplus.split(',')[0], 'minute').add(b.surplus.split(',')[1], 'second') |
| 216 | } | 216 | } |
| 217 | } | 217 | } |
| 218 | }) | 218 | }) | ... | ... |
-
Please register or sign in to post a comment