This commit is contained in:
yan.y
2025-04-08 11:53:31 +08:00
parent 7f87d06ca8
commit 7032513f7f
6 changed files with 46 additions and 18 deletions
@@ -84,16 +84,16 @@
</div>
</div>
<script th:replace="/common/template :: script"></script>
<script type="text/javascript">
layui.use(['laydate','form'], function () {
var laydate = layui.laydate;
// 渲染
laydate.render({
elem: '#birthday',
type: 'month',
format: 'MM'
});
})
</script>
<script type="text/javascript">
layui.use(['laydate','form'], function () {
var laydate = layui.laydate;
// 渲染
laydate.render({
elem: '#birthday',
type: 'month',
format: 'MM'
});
})
</script>
</body>
</html>