Authored by 姜敏

资讯管理-定时发布时间bug修复

... ... @@ -276,7 +276,7 @@ $(document).on("click", ".info-time", function () {
};
Timmer.toast(common.util.__template2($("#template").html(), item), data);
$('#datepicker').fdatepicker({
format: 'yyyy-mm-dd hh:mm',
format: 'yyyy-mm-dd hh:ii',
pickTime:true
});
});
... ...
... ... @@ -113,7 +113,7 @@
<div class="col-sm-9">
<input type="text" readonly="true" class="form-control hasDatepicker" name="publish_time"
style="width:180px;" placeholder="yyyy-mm-dd hh:mm" id="datepicker" required="required">
style="width:180px;" placeholder="yyyy-mm-dd hh:ii" id="datepicker" required="required">
</div>
</div>
</script>
... ...