@@ -54,12 +54,12 @@ class IframeMessageCenter {
if (info.actionType && !item) {
key = info.actionType
- // 序列删除 失败回调
item = this.messageCallbackMap.get(key)
}
// 执行成功回调
if (item) {
+ // 序列删除 失败回调
this.messageFailbackMap.delete(key)
const callback = item.callback
callback(data)