app.js中的onHide调用movable.js中的show()
在组件pagelifetime里的hide里调用,不行吗
不行的ne
试一下
const movable = require(
'./libs/movable.js'
);
movable.show();