Blink deferred a task in order to make scrolling smoother. Your timer and network tasks should take less than 50ms to run to avoid this. Please see https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/rail and https://crbug.com/574343#c40 for more information. at __uniappview.html:0
app真机打包调试时会有以上的提示,H5没有,打开app会有闪退,有时控制台会输出
Blink deferred a task in order to make scrolling smoother. Your timer and network tasks should take less than 50ms to run to avoid this. Please see https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/rail and https://crbug.com/574343#c40 for more information. at __uniappview.html:0
调试时,我把 image 标签去掉就不会有这种情况
<image class="shop_img" :src="info.image" mode="aspectFill"></image>
这是什么问题,望大神指点
0 个回复