分包时,报页面 has not been registered yet
确定页面路径正常
如何写的 截图看下。 app.json 加你的目录
是因为你的js没有任何代码。
const app=getApp();
Page({
data: {},
onLoad:
function
() {}
})