From 90de62ba25e48b018edda91ffd866770a2db4e7c Mon Sep 17 00:00:00 2001
From: green-dalii <654534332@qq.com>
Date: Sun, 3 Dec 2017 10:37:48 +0800
Subject: [PATCH] fix the Date Picker Crash Bug
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
在Picker的属性中,若定义日期区间start="2015-09-01" end="2017-09-01,则必崩溃,删除日期区间则正常。
---
dist/example/input/input.wxml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dist/example/input/input.wxml b/dist/example/input/input.wxml
index 7669d1f5..6e038ba6 100644
--- a/dist/example/input/input.wxml
+++ b/dist/example/input/input.wxml
@@ -67,7 +67,7 @@
日期
-
+
{{date}}
@@ -191,4 +191,4 @@
-
\ No newline at end of file
+