weexteam/hackernews-App-powered-by-Apache-Weex

组件引入图片报错误Uncaught RangeError: Maximum call stack size exceeded

Closed this issue · 4 comments

**
**
Top
New
Show
Ask
Job
<style scoped> .header { position: relative; height: 120px; margin-bottom: 3px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #DDDDDD; background-color: #FF6600; } .logo { position: relative; width: 50px; height: 50px; top: 35px; left: 35px; border-width: 3px; border-style: solid; border-color: #FFFFFF; } .image { width: 44px; height: 44px; } .nav { display: flex; position: absolute; left: 120px; top: 35px; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; } .link { padding-left: 15px; padding-right: 15px; } .title { font-family: Verdana, Geneva, sans-serif; font-size: 32px; line-height: 44px; color: #FFFFFF; } </style>

看报错信息应该是某些地方存在递归调用,其他看不出来任何有效信息,我本地也没复现问题,是不是改了某地方代码?

@Hanks10100 我也不知道是什么原因,我用weex重新建了一个项目,然后将生成的iOS做了一下替换之后好了!

扫码浏览数据没加载出来,只有loading...

@Ayana7 是网络问题,参考 #63 (comment)