export default { setTitle(text) { console.log("标题", text); const page = uni.$mp.page; const title = page.$refs.title; title.text = text; }, };