标签内的离子承诺
这是从 API 返回的承诺,它访问数据,我能够在标签内控制台记录它,但如何格式化它以在此 Ionlabel 内/在实际页面上而不是在控制台中输出?
<IonList>
<IonLabel>{
postToAPI("ViewTransactions", [0]).then((result) => {
return ( <IonLabel>"+result[0]['TransactionAmount']+"</IonLabel>");
})
}</IonLabel>
</IonList>
This is a returned promise from an API, it accesses data and I am able to console log it inside the label, but how do I format it to output inside this Ionlabel/on the actual page not in the console?
<IonList>
<IonLabel>{
postToAPI("ViewTransactions", [0]).then((result) => {
return ( <IonLabel>"+result[0]['TransactionAmount']+"</IonLabel>");
})
}</IonLabel>
</IonList>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论