【小程序】获取当前页面实例

44 阅读1分钟
const pages = getCurrentPages()    // 获取加载的页面
const currentPage = pages[pages.length-1]    // 获取当前页面的对象