From 974bc86d9cc6030ce39252e761ff55cbcab1ff75 Mon Sep 17 00:00:00 2001 From: xuexb Date: Mon, 8 Jan 2018 04:00:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=A1=86=E9=BB=98=E8=AE=A4=E5=80=BC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/lay/modules/laydate.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/lay/modules/laydate.js b/test/lay/modules/laydate.js index 759c7261..01036d0c 100644 --- a/test/lay/modules/laydate.js +++ b/test/lay/modules/laydate.js @@ -526,7 +526,8 @@ describe('laydate', function () { laydate.render({ elem: '#test-div', min: '2017-7-7', - max: '2017-7-8' + max: '2017-7-8', + value: '2017-7-8' }); $('#test-div').click();