From 0099397f94635b18c746f12af427897357981434 Mon Sep 17 00:00:00 2001 From: jiugea <1498527328@qq.com> Date: Wed, 13 Jul 2022 02:39:27 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ELVLineWithText=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E8=B0=83=E7=94=A8=E7=9A=84=E6=B3=A8=E9=87=8A=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiugea <1498527328@qq.com> --- entry/src/main/js/default/pages/index/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/main/js/default/pages/index/index.js b/entry/src/main/js/default/pages/index/index.js index ca759c6..186c354 100644 --- a/entry/src/main/js/default/pages/index/index.js +++ b/entry/src/main/js/default/pages/index/index.js @@ -176,6 +176,7 @@ export default { this.$child('lvGhost').stopAnim() this.$child('lvBattery').stopAnim() }, + // 由于此LVLineWithText不是自动运行的动画,因此需要自己写数值动画,来控制其进度条的改变 startLVLineWithText() { if (this.animator == null) { var lVLineWithText = this.$child('lvLineWithText') -- Gitee