isdata-customer-sdk 0.2.4 → 0.2.5

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
@@ -33297,10 +33297,10 @@ const check = element => {
33297
33297
  checkResult.innerHTMLMatch = tempHTMLMatch;
33298
33298
  return checkResult;
33299
33299
  }
33300
- if (innerHTML.includes("确认") || innerHTML.includes("OK")) {
33300
+ if (innerHTML.includes("确定") || innerHTML.includes("OK")) {
33301
33301
  console.log("检查smardaten平台 Tip提问确认删除按钮:", innerHTML);
33302
33302
  let tempHTMLMatch = {
33303
- oldValue: '$L{确认}'
33303
+ oldValue: '$L{确定}'
33304
33304
  };
33305
33305
  checkResult.result = true;
33306
33306
  checkResult.innerHTMLMatch = tempHTMLMatch;