广告过期时间可以选择月份和年

hotfix/paypal-note
尹诚诚 5 years ago
parent 91e8a9e250
commit 7bbfc81869

@ -15,7 +15,9 @@
$(function () {
$("#it_expires").datepicker({
showButtonPanel: true
showButtonPanel: true,
changeMonth:true,
changeYear:true
});
})

Loading…
Cancel
Save