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.common.js
CHANGED
|
@@ -33279,10 +33279,10 @@ const check = element => {
|
|
|
33279
33279
|
checkResult.innerHTMLMatch = tempHTMLMatch;
|
|
33280
33280
|
return checkResult;
|
|
33281
33281
|
}
|
|
33282
|
-
if (innerHTML.includes("
|
|
33282
|
+
if (innerHTML.includes("确定") || innerHTML.includes("OK")) {
|
|
33283
33283
|
console.log("检查smardaten平台 Tip提问确认删除按钮:", innerHTML);
|
|
33284
33284
|
let tempHTMLMatch = {
|
|
33285
|
-
oldValue: '$L{
|
|
33285
|
+
oldValue: '$L{确定}'
|
|
33286
33286
|
};
|
|
33287
33287
|
checkResult.result = true;
|
|
33288
33288
|
checkResult.innerHTMLMatch = tempHTMLMatch;
|