const app = getApp() Page({ data: { }, confirmJieSuanDialog(){ app.go("/Pages/index/index"); } })