6332ec8d by 华明祺

no message

1 parent 6bef8301
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!