本人做了一个显示用户当前城市天气的页面,在本地显示正常,如下
但是传到github并用 pages 打开后不显示天气
引入的 js 如下
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script> <script src='http://pv.sohu.com/cityjson?ie=utf-8'></script> <script src="js/index.js"></script>
我判断是 js 失效了,可是没找到原因,猜测是pages 中不能正常引入 js。不知道怎么解决了,还请大神指教!
@yelmor 提示把获取 http 改成 https 即可