(el, type, text)
| 1464 | }; |
| 1465 | |
| 1466 | var insertHtml = function (el, type, text) { |
| 1467 | el.find('div').html( |
| 1468 | [ |
| 1469 | '<span', |
| 1470 | ' class="laydate-day-holidays"', |
| 1471 | ' type="' + type + '"', |
| 1472 | '>', |
| 1473 | text, |
| 1474 | '</span>' |
| 1475 | ].join('') |
| 1476 | ); |
| 1477 | }; |
| 1478 | |
| 1479 | if (layui.type(markers) === 'array') { |
| 1480 | lay.each(markers, function (idx, item) { |