TypeError: comp.triggerPageLifeTime is not a function #81
Open
Description
在组件中有以下代码:
pageLifetimes: {
hide() {
this.setData({ showDialog: false });
},
},
在unit test中使用 comp.triggerPageLifeTime('hide');运行test后,得到TypeError: comp.triggerPageLifesTime is not a function的报错,unit test未通过。
Metadata
Assignees
Labels
No labels