isdata-customer-sdk 0.2.22 → 0.2.23
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
|
@@ -33384,7 +33384,7 @@ const check = element => {
|
|
|
33384
33384
|
}
|
|
33385
33385
|
}
|
|
33386
33386
|
// 检查删除确认对话框按钮 取消 确认
|
|
33387
|
-
if (classes.contains("ant-btn
|
|
33387
|
+
if (classes.contains("ant-btn")) {
|
|
33388
33388
|
let innerHTML = element.innerHTML;
|
|
33389
33389
|
if (innerHTML.includes("Cancel") || innerHTML.includes("取消")) {
|
|
33390
33390
|
// console.log("检查smardaten平台 Tip提问取消删除按钮:",innerHTML);
|