我正在尝试在弹出窗口中加载Google reCAPTCHA。第一次正确加载但是当它关闭并再次加载时它没有加载。
两个链接的单个页面都在同一个弹出窗口中显示。第一次谷歌reCAPTCHA加载完美。
第二次谷歌reCAPTCHA没有加载。 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
}
}