From e976ca20ed27e8600b9c8103ce1fa4f125956480 Mon Sep 17 00:00:00 2001 From: jimczj Date: Mon, 20 Aug 2018 22:58:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(input):=20=E6=B8=85=E9=99=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/input/index.js b/src/components/input/index.js index f4ba89676..86990fc6b 100644 --- a/src/components/input/index.js +++ b/src/components/input/index.js @@ -94,14 +94,14 @@ class AtInput extends Taro.Component { /> { clear && value - ? + ? : null } { error - ? + ? : null