1***@qq.com
1***@qq.com
  • 发布:2021-11-17 16:04
  • 更新:2022-05-04 21:19
  • 阅读:1884

【报Bug】app.js错误: TypeError: Cannot read property 'call' of undefined

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: w10

HBuilderX类型: 正式

HBuilderX版本号: 3.2.12

第三方开发者工具版本号: 1.05.21

基础库版本号: 2.20.2

项目创建方式: HBuilderX

示例代码:
<template> <view class="Index-page"> <!-- 访客角色(首页) --> <home-visitor v-if="!userInfo.userType || userInfo.userType === '10'" recommendList="unitList"

Loading="Loading" />
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />

<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>

操作步骤:
<template> <view class="Index-page"> <!-- 访客角色(首页) --> <home-visitor v-if="!userInfo.userType || userInfo.userType === '10'" recommendList="unitList"

Loading="Loading" />
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />

<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>

预期结果:
<template> <view class="Index-page"> <!-- 访客角色(首页) --> <home-visitor v-if="!userInfo.userType || userInfo.userType === '10'" recommendList="unitList"

Loading="Loading" />
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />

<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>

实际结果:
<template> <view class="Index-page"> <!-- 访客角色(首页) --> <home-visitor v-if="!userInfo.userType || userInfo.userType === '10'" recommendList="unitList"

Loading="Loading" />
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />

<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>

bug描述:

app.js错误: TypeError: Cannot read property 'call' of undefined

通过v-if判断进入小程序角色状态;显示不同组件,很大概率会抛出app.js错误,然后就白屏,需要重新运行项目才可以解决,为什么会出现这种情况呢?而且发生的概率非常大,浪费很多时间。

2021-11-17 16:04 负责人:无 分享
已邀请:
maozai

maozai - 小程序开发者

我这段时间也是经常碰到这个,好难啊

q***@163.com

q***@163.com

听说升级微信开发者工具就好了

  • maozai

    应该是,我现在没有提示了

    2022-03-24 11:31

skyde123

skyde123

同问。 楼主解决了吗

  • 1***@qq.com (作者)

    解决了,升级新版本就行了。

    2022-05-06 15:24

要回复问题请先登录注册