From c2d13a5760661f4cc053221332691da5604a8dd4 Mon Sep 17 00:00:00 2001 From: Jack Yin Date: Tue, 4 Dec 2018 12:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=80=92=E8=AE=A1=E6=97=B6?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E8=87=AA=E5=AE=9A=E4=B9=89=E7=B1=BB?= =?UTF-8?q?=E5=90=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jack Yin --- src/count-down/index.js | 2 +- src/count-down/index.wxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/count-down/index.js b/src/count-down/index.js index f1da533..f3364df 100644 --- a/src/count-down/index.js +++ b/src/count-down/index.js @@ -6,7 +6,7 @@ Component({ format: Array, clearTimer: Boolean }, - externalClasses: ['countdown-class'], + externalClasses: ['i-class'], data: { time: '', resultFormat: [], diff --git a/src/count-down/index.wxml b/src/count-down/index.wxml index e4bec57..08e4cb2 100644 --- a/src/count-down/index.wxml +++ b/src/count-down/index.wxml @@ -1,4 +1,4 @@ - + {{time}}