关于uni-app报错:TypeError: Cannot read property ‘call‘ of undefined 得问题

项目场景:

使用uni-app开发小程序制作搜索框


问题描述

关于uni-app报错:TypeError: Cannot read property ‘call‘ of undefined 得问题_第1张图片

在点击搜索按钮跳转到搜索页面后

实现搜索框自动获取焦点的功能

搜索框为插件uni-search-bar

关于uni-app报错:TypeError: Cannot read property ‘call‘ of undefined 得问题_第2张图片

 自动获取焦点改为true后

控制台报错

页面【uni_modules/uni-icons/components/uni-icons/uni-icons]错误:
 TypeError: Cannot read property 'call' of undefined

TypeError: Cannot read property 'call' of undefined


原因分析:

报错的目录里的内容我根本就没动过,也不知道call是什么意思

通过网上搜索类似情况  

有人通过hbuilder 运行->运行到小程序模拟器->压缩时压缩  这种方式解决

测试打开后没有用


解决方案:

不会(22.12.14)

你可能感兴趣的:(uni-app)