haiger
haiger
  • 发布:2020-07-22 16:10
  • 更新:2021-07-02 15:59
  • 阅读:1658

【报Bug】纯nvue模式下,只要在input框中输入了任意内容,再调用uni.reLaunch就会闪退并报错Failed to find taskCenter

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 2.7.14

手机系统: Android

手机系统版本号: Android 10

手机厂商: OPPO

手机机型: RENO Z

页面类型: nvue

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

<template>
<view class="good-detail-container">
<input type="text" value="" />
<button type="default" @click="to">11</button>
</view>
</template>

<script>
export default {
data() {
return {};
},
methods: {
to() {
uni.reLaunch({
url: '/pages/tabs/index?currentTab=home'
});
}
}
};
</script>

<style lang="scss"></style>

操作步骤:

在input框内输入任意内容后调用uni.reLaunch即可复现

预期结果:

不闪退

实际结果:

闪退

bug描述:

【报Bug】纯nvue模式下,只要在input框中输入了任意内容,再调用uni.reLaunch就会闪退并报错Failed to find taskCenter

2020-07-22 16:10 负责人:无 分享
已邀请:
o***@sina.cn

o***@sina.cn

同样遇到了 在纯nvue项目 使用uni.reLaunch 报错
[JS Framework] Failed to find taskCenter (36). ERROR
15:59:30.423 [JS Framework] Failed to find taskCenter (36).
ERROR
15:59:30.455 [JS Framework] Failed to find taskCenter (36). ERROR
15:59:30.486 Unhandled promise rejection TypeError: t.getComponentRect is not a function. (In 't.getComponentRect(e,function(e){var t=e.size;n(t)})', 't.getComponentRect' is null)
ERROR
15:59:30.517 Unhandled promise rejection TypeError: t.getComponentRect is not a function. (In 't.getComponentRect(e,function(e){var t=e.size;n(t)})', 't.getComponentRect' is null) ERROR
15:59:30.548 Unhandled promise rejection TypeError: t.getComponentRect is not a function. (In 't.getComponentRect(e,function(e){var t=e.size;n(t)})', 't.getComponentRect' is null)
ERROR

该问题目前已经被锁定, 无法添加新回复