isdata-customer-sdk 0.2.11 → 0.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js
CHANGED
|
@@ -33755,7 +33755,7 @@ const calendar_i18n_check = element => {
|
|
|
33755
33755
|
};
|
|
33756
33756
|
let innerHTML = element.innerHTML;
|
|
33757
33757
|
let match = innerHTML.match(regex);
|
|
33758
|
-
if (match.length > 0) {
|
|
33758
|
+
if (match && match.length > 0) {
|
|
33759
33759
|
// console.log("检查smardaten平台日历 日 元素:",innerHTML);
|
|
33760
33760
|
let tempHTMLMatch = {
|
|
33761
33761
|
oldValue: innerHTML,
|