将 React 状态发送到 PayPal 托管字段

发布于 2025-01-09 23:27:41 字数 394 浏览 0 评论 0原文

目前,每次 card_name 状态发生变化时,我都会重新渲染托管字段。由于某种原因,我无法访问托管字段内的任何反应状态信息。有没有办法发送反应状态,以便我可以在窗口函数内访问它?

const [card_name, setCardName] = useState('')

        window.paypal.HostedFields.render({
             // Call your server to set up the transaction
             createOrder: function () {
                console.log(card_name)
               
             },
        })

I'm currently re-rendering the hosted fields every time the card_name state changes. For some reason I cannot access any react state information inside the hosted fields. Is there a way to send the react state so that I can access it inside the window functions?

const [card_name, setCardName] = useState('')

        window.paypal.HostedFields.render({
             // Call your server to set up the transaction
             createOrder: function () {
                console.log(card_name)
               
             },
        })

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文