我想在accuweather的reactjs应用程序中添加天气部件,但是我遇到以下问题:
似乎小部件代码不完整。请拜访 http://www.accuweather.com/en/free-weather-widgets设置您的免费 天气小部件。
我在index.html上添加了脚本src =“ http://oap.accuweather.com/launch.js”> 并且在天气jsx上,我具有以下div
<div className="weather">
<a href="https://www.accuweather.com/en/gr/heraklion/2282907/current-weather/2282907" className="aw-widget-legal"></a>
<div id="awtd1539078558494" className="aw-widget-36hour" data-locationkey="2282907" data-unit="c" data-language="en-us" data-useip="false" data-uid="awtd1539078558494" data-editlocation="false">
</div>
2。第二个是我必须始终刷新应用程序才能看到小部件正常工作。
有什么想法我可以检查吗?