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.
@@ -33737,7 +33737,7 @@ const calendar_i18n_check = element => {
33737
33737
  };
33738
33738
  let innerHTML = element.innerHTML;
33739
33739
  let match = innerHTML.match(regex);
33740
- if (match.length > 0) {
33740
+ if (match && match.length > 0) {
33741
33741
  // console.log("检查smardaten平台日历 日 元素:",innerHTML);
33742
33742
  let tempHTMLMatch = {
33743
33743
  oldValue: innerHTML,