@@ -538,7 +538,7 @@ function createIframe(postId, tweetId) {
return _iframe
}
function replaceDOMRedPacket(_type, _dom, postId, tweetId) {
- if (!_dom || _dom.parent.querySelector(iframe)) {
+ if (!_dom || _dom.parent.querySelector('iframe')) {
return
let _len