谷歌reCAPTCHA问题,同时加载相同的弹出窗口两次

时间:2017-11-07 05:42:44

标签: javascript php jquery bootstrap-modal recaptcha

我正在尝试在弹出窗口中加载Google reCAPTCHA。第一次正确加载但是当它关​​闭并再次加载时它没有加载。

两个链接的单个页面都在同一个弹出窗口中显示。第一次谷歌reCAPTCHA加载完美。

enter image description here 第二次谷歌reCAPTCHA没有加载。 enter image description here Google reCAPTCHA的代码

function firstReducer(state, action) {
    switch (action.type) {
        case ACTION_X:
            // handle action x
    }
}

function secondReducer(state, action) {
    switch (action.type) {
        case ACTION_X:
            // handle action x
    }
}

function thirdReducer(state, action) {
    switch (action.type) {
        case ACTION_X:
            // handle action x
    }
}

0 个答案:

没有答案