Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -260,7 +260,7 @@ export struct WdWebLocalComponent { | @@ -260,7 +260,7 @@ export struct WdWebLocalComponent { | ||
| 260 | // animateTo({duration: 1000}, () => { | 260 | // animateTo({duration: 1000}, () => { |
| 261 | this.progressOpacity = 0 | 261 | this.progressOpacity = 0 |
| 262 | // }) | 262 | // }) |
| 263 | - }, 3000) | 263 | + }, 4000) |
| 264 | } | 264 | } |
| 265 | cancelProgressTimer() { | 265 | cancelProgressTimer() { |
| 266 | if (this.progressTimerNumber > 0) { | 266 | if (this.progressTimerNumber > 0) { |
-
Please register or login to post a comment