控制台报错

Cannot read properties of undefined (reading '_wrapper') 

 

检查后发现页面并没有_wrapper 相关元素

排查原因如下:

button按钮存在没有卸载methods里的点击事件

比如:

 <button class="dateBtn" @click="getDate;getList">

methods下只有getDate()  
没有getList
就会报错

 删掉不存在的点击事件函数即可

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐