Loading="Loading"
/>
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />
<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: w10
HBuilderX类型: 正式
HBuilderX版本号: 3.2.12
第三方开发者工具版本号: 1.05.21
基础库版本号: 2.20.2
项目创建方式: HBuilderX
Loading="Loading"
/>
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />
<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>
Loading="Loading"
/>
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />
<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>
Loading="Loading"
/>
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />
<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>
Loading="Loading"
/>
<!-- 客户角色(首页) -->
<home-client v-if="userInfo.userType === '20'" :recommendList="unitList" :Loading="Loading" />
<view class="cu-load" :class="!isLoad ? 'loading' : 'over'"></view>
</view>
</template>
app.js错误: TypeError: Cannot read property 'call' of undefined
通过v-if判断进入小程序角色状态;显示不同组件,很大概率会抛出app.js错误,然后就白屏,需要重新运行项目才可以解决,为什么会出现这种情况呢?而且发生的概率非常大,浪费很多时间。