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 }); })