Showing
1 changed file
with
2 additions
and
2 deletions
@@ -326,8 +326,8 @@ Page( | @@ -326,8 +326,8 @@ Page( | ||
326 | }, | 326 | }, |
327 | 327 | ||
328 | _formatCountdownTime(remaining) { | 328 | _formatCountdownTime(remaining) { |
329 | - console.log('----------this.data.timeId-----',this.data.timeId) | ||
330 | - if (this.data.timeId || !remaining) { | 329 | + console.log('----------this.data.timeId-----',`${this.data.timeId}:${remaining}`) |
330 | + if (this.data.timeId) { | ||
331 | return; | 331 | return; |
332 | } | 332 | } |
333 | // 初始化倒计时时间 | 333 | // 初始化倒计时时间 |
-
Please register or login to post a comment