提交 9d45817d 编写于 作者: fxy060608's avatar fxy060608

chore: build

上级 9c066a9c
......@@ -1040,7 +1040,7 @@ function initLifetimes(lifetimesOptions) {
const mocks = ['nodeId', 'componentName', '_componentId', 'uniquePrefix'];
function isPage(mpInstance) {
return !hasOwn(mpInstance, 'ownerId');
return !!mpInstance.methods.onLoad;
}
function initRelation(mpInstance) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册