将 React 状态发送到 PayPal 托管字段
目前,每次 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论