We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
在组件中有以下代码: pageLifetimes: { hide() { this.setData({ showDialog: false }); }, }, 在unit test中使用 comp.triggerPageLifeTime('hide');运行test后,得到TypeError: comp.triggerPageLifesTime is not a function的报错,unit test未通过。