From 7bbfc81869ee40b3a9d3159074f5aafaa3ee7159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Thu, 6 May 2021 15:24:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=91=8A=E8=BF=87=E6=9C=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=8F=AF=E4=BB=A5=E9=80=89=E6=8B=A9=E6=9C=88=E4=BB=BD?= =?UTF-8?q?=E5=92=8C=E5=B9=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/recommend/views/tips_info.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/third_party/recommend/views/tips_info.php b/application/third_party/recommend/views/tips_info.php index ac998d19..f0f9b053 100644 --- a/application/third_party/recommend/views/tips_info.php +++ b/application/third_party/recommend/views/tips_info.php @@ -15,7 +15,9 @@ $(function () { $("#it_expires").datepicker({ - showButtonPanel: true + showButtonPanel: true, + changeMonth:true, + changeYear:true }); })